Support

Home Forums Event Espresso Premium Show date without time?

Show date without time?

Posted: May 18, 2023 at 10:19 am


zcsiteadmin

May 18, 2023 at 10:19 am

Hi,

I plan events that happen in various timezones. Displaying the event datetime gets to be a bit confusing for our potential attendees. We do include the time zone next to it, but it’s often overlooked. Is there a way to show the date of an event without the time on an event page?


Garth

  • Support Staff

May 18, 2023 at 1:16 pm

There is not a certain control or toggle for this, but you can use Custom CSS to hide that from your theme template. Do you know how to do that?

If you have a link to your event we can look at it and give you a suggestion of some CSS to use.


zcsiteadmin

May 18, 2023 at 2:31 pm

This reply has been marked as private.


Tony

  • Support Staff

May 18, 2023 at 2:36 pm

Something like this should work for you:

.ee-event-datetimes-ul .ee-event-datetimes-li-timerange {
    display: none;
}

Add that to Appearance -> Customize -> Additional CSS.


zcsiteadmin

May 18, 2023 at 3:13 pm

It worked!!! Thanks!


Tony

  • Support Staff

May 18, 2023 at 4:01 pm

You’re most welcome 🙂

The support post ‘Show date without time?’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso