Support

Home Forums Event Espresso Premium Event Calendar- Hiding an event

Event Calendar- Hiding an event

Posted: January 14, 2020 at 11:10 am

Viewing 3 reply threads


radiusinvestigations

January 14, 2020 at 11:10 am

Hi- I have a private event happening that I was able to hide from my website using a plug in and emailing the link to everyone. However, it is still showing up on my calendar and when I click on it, it takes me to the private link and people are registering that are not supposed to. How do I hide this event from the calendar?


Josh

  • Support Staff

January 14, 2020 at 11:21 am

Hi,

The easy way to hide an event from the calendar will be by going to the Appearance -> Customize section of the admin, and there is a tab labeled ‘Additional CSS’.

Please paste the code between the dashed lines into the stylesheet:
—————————————-

#espresso_calendar a[href$="/event-slug/"] {
display:none;
}

—————————————-
You’ll replace event-slug with the actual slug of the event you want hidden from the calendar.


radiusinvestigations

January 14, 2020 at 11:28 am

I get all kinds of bracket errors when I put the code in.


radiusinvestigations

January 14, 2020 at 11:32 am

I got it!!! Thank you so much for your quick responses!!!

Viewing 3 reply threads

The support post ‘Event Calendar- Hiding an event’ 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