Support

Home Forums Event Espresso Premium Hiding the Next and Previous Events

Hiding the Next and Previous Events

Posted: October 12, 2016 at 12:26 am

Viewing 3 reply threads


Devaraj

October 12, 2016 at 12:26 am

Any way to eliminate the next and previous Events at the bottom of each event?

It shows all events including private ones we don’t want the public to see.

Thanks!


Lorenzo Orlando Caum

  • Support Staff

October 12, 2016 at 7:05 am

Hello,

That is from your theme.

If you inspect the elements using a tool like Firebug or Chrome developer toosl, then you should see the CSS that is in use.

Then you can combine that with this CSS class and use display none:

.single-espresso_events { display: none; }

For example, if the CSS element was called “nextposts” — then this would be the CSS to hide that area on only the single event pages:

.single-espresso_events .nextposts { display: none; }


Lorenzo


Devaraj

October 14, 2016 at 11:24 am

Perfect, gone!

Thanks!


Lorenzo Orlando Caum

  • Support Staff

October 14, 2016 at 12:38 pm

Hello, I’m glad to hear you were able to get this working. I’ll update your support post to resolved.

Thanks


Lorenzo

Viewing 3 reply threads

The support post ‘Hiding the Next and Previous 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