Remove previous and next event link in event single view

Home Forums Calendar Products Events Calendar PRO Remove previous and next event link in event single view

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1103221
    Yola Thormann
    Participant

    In the single event view I would like to remove both the previous and the next event links that are located between the event title and date and the featured image.
    What do I have to do?

    #1103366
    Cliff
    Member

    Hi Christian. Thanks for your detailed question.

    Please try this custom CSS:

    body.single-tribe_events .tribe-events-sub-nav {
    display: none;
    }

    You can add custom CSS code via your child theme’s style.css file or via a plugin like Simple Custom CSS or, my favorite, Jetpack. Jetpack supports regular CSS and the LESS and Sass pre-processors.

    If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.

    ===

    If it doesn’t work for you, please provide a link to one of your events you’d like the prev/next navigation removed from.

    Thanks!

    #1109153
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove previous and next event link in event single view’ is closed to new replies.