Hello,
You can delete that code from the single page template or hide with css code, can you please provide a link to your calendar page.
Thanks
thanks for your help. my calendar is here :-
http://thevisiblepress.com/calendar/
which code do i need to delete ?
the link has changes since i last posted. my calendar is now here.
http://thevisiblepress.com/events/
Hello,
Please add the following code into your site theme css file:
.single-ai1ec_event TIME
{
display: none;
}
.single-ai1ec_event .author
{
display: none;
}
Take care
that’s great benjamin – thank you very much.
please could you also help me with something else on the individual event page ? is it possible to change the font size of the date and time (WHEN:) so that it’s the same as the venue address (WHERE:) ?
thanks in advance …
Hello,
No problem, please try with the following code:
.single-ai1ec_event .ai1ec-time
{
font-size: 12px;
}
Take care
amazing ! – thank you.
i’ll close this topic now. i do one more open about linking direct from the agenda to the event page but this seems to be much more complicated.
Hello,
No problem, glad I could help.
Take care
This
.single-ai1ec_event TIME
{
display: none;
}
.single-ai1ec_event .author
{
display: none;
}
is not working for me. Put it in Theme style.css AND child-theme css.
Page at
http://soi-seattle.org/event/transparent-healer
@hafizullah and after you put in both of them, does it work?
The style definition you posted is in both the parent and child theme stylesheets. I checked again to make sure….
Here’s an example page. You can see the post-time and author under the event title.
Besides being ugly (RED??), it’s confusing for the reader, as it might be mistaken for the event time itself on first glance.
@hazifulla it all depends on the theme you are using. For your theme
.single-ai1ec_event .post-info{
display: none;
}
should work
Hi, I’m having the same problem (trying to hide the post date from when an event was created). I’ve tried the codes above but none of them seem to be working.
We use the Kingsize theme.
Here’s our calendar:
http://www.outwardchurch.com/events
@rhabig
.single-ai1ec_event .metadata{
display: none;
}