Support

Home Forums Event Espresso Premium How to hide monthly recurring or events date

How to hide monthly recurring or events date

Posted: December 8, 2020 at 11:50 pm


ALArtStudio

December 8, 2020 at 11:50 pm

Hi, We have events do not want to show dates, so the customer can book every month use the same link. example link
We used all the css code from your pervious answers since2014, doesn’t work. please advice.


Tony

  • Support Staff

December 9, 2020 at 4:35 am

Hi there,

What CSS did you try?

For that event, something like this will work:

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

The format for the CSS selector is #ee-event-datetimes-ul-{event_id} so if you want to hide another event with id 9999 you can add that to the above like so:

#ee-event-datetimes-ul-84943,
#ee-event-datetimes-ul-9999 {
    display: none;
}

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


ALArtStudio

December 9, 2020 at 3:36 pm

Not sure what tried earlier from older posts, but Those works perfectly fine, thank you very much!


Tony

  • Support Staff

December 10, 2020 at 3:26 am

You’re most welcome.

Any further problems just let us know.

The support post ‘How to hide monthly recurring or events date’ 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