Sub nav

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1185716
    Sally Newcomb
    Participant

    Hi.

    I’ve read other forum posts, but still can’t find the answer.
    I want to hide sub nav links on single event pages because they are in confusing position, OR alternatively move them to the bottom of the page.
    I tried using the footer code found in another post, but it doesn’t work for me. If I hide the sub nav, it does indeed disappear, but then in month view it also hides previous and next which I don’t want to hide. Can you help?
    Thanks

    #1185720
    Sally Newcomb
    Participant

    This reply is private.

    #1186184
    Geoff B.
    Member

    Good evening Sally and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    The simplest way to get rid of the single event nav is to create a template override for the single event view.

    You might want to read our Themer’s guide to get a sense of how that works.

    You can also use the following CSS rule in your style.css file or in your theme’s custom CSS section:

    .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next {display:none !important;}

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1186217
    Sally Newcomb
    Participant

    Yes that worked, thank you

    #1186534
    Geoff B.
    Member

    Good afternoon Sally,

    I am super stoked that this worked for you!

    You are welcome back on our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Sub nav’ is closed to new replies.