Support

Home Forums Event Espresso Premium Hide date and time of select events

Hide date and time of select events

Posted: September 27, 2020 at 11:00 pm

Viewing 10 reply threads


wenhk

September 27, 2020 at 11:00 pm

Hi, I’m trying to hide the dates and times of a few events because these are on-going ones. I’ve tried using the following CSS codes suggested in other threads but the dates are still showing.

.postid-5572 .event-datetimes {
display: none;
}

#ee-event-datetimes-ul-5572 {
display:none;
}

Could you please let me know how to hide the dates. Thank you!


Tony

  • Support Staff

September 28, 2020 at 6:22 am

Hi there,

Both of those CSS snippets work fine for me when I test them on your event.

May I ask how you are adding the code to the site as I can’t see if loading on the page currently?


wenhk

September 28, 2020 at 8:33 pm

Hi Tony,

I go to Appearance > Customize then add the code in the Additional CSS. The codes are not there right now because it was not working when I was adding it. Is this not the place I should add them? If not, please let me know. Thank you!


Tony

  • Support Staff

September 29, 2020 at 2:40 am

That’s exactly where you should add that code.

Can you re-add it to the above so I can check what is happening?


wenhk

September 29, 2020 at 11:57 pm

Hi Tony, I’ve added both codes and the dates are still showing.


Tony

  • Support Staff

September 30, 2020 at 2:02 am

The datetimes are hidden on the event page for me, can you link me to the page that displays the dates for you?

Or include a screenshot?

https://eventespresso.com/wiki/troubleshooting-checklist/#screenshots

You can mark your reply private so only EE staff can view it if preferred.


Tony

  • Support Staff

September 30, 2020 at 2:03 am

This reply has been marked as private.


wenhk

September 30, 2020 at 2:26 am

This reply has been marked as private.


Tony

  • Support Staff

September 30, 2020 at 2:36 am

Ahhh, ok, so for that you’ll need:

.espresso-table-row .start_date.event-5572 .ee-table-view-datetime-list,
.espresso-table-row .start_date.event-5324 .ee-table-view-datetime-list {
    display: none;
}

To remove the date from others you just repeat this line:

.espresso-table-row .start_date.event-XXXX .ee-table-view-datetime-list,

Where XXXX is the ID of your event.


wenhk

October 5, 2020 at 9:42 pm

Brilliant! It works now. Thank you so much!


Tony

  • Support Staff

October 6, 2020 at 3:09 am

You’re most welcome 🙂

Viewing 10 reply threads

The support post ‘Hide date and time of select events’ 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