Next-/Previous Nav

Home Forums Calendar Products Events Calendar PRO Next-/Previous Nav

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1165020
    anjuly
    Participant

    Hello,
    in my view of Single Events I have the Next/Previous-Nav on top and also at the bottom. Do you know how can I delete the Top Nav. (see attachment).
    Maybe it is a problem with the Theme?

    Thanks a lot
    July

    #1165022
    anjuly
    Participant

    This reply is private.

    #1165176
    Geoff
    Member

    Hi July — nice to see you again and I hope all is well!

    Try adding this to your theme’sĀ style.css file or by using the Simple Custom CSS plugin:

    .single-tribe_events #tribe-events-header {
    display: none;
    }

    Here’s a screenshot of how that looks when testing it on your site. Will that work for you as well? Please let me know. šŸ™‚

    Cheers!
    Geoff

    #1165734
    anjuly
    Participant

    Hi Geoff,
    unfortunately it doesn’t work!

    Best Regards,
    July

    #1165835
    Geoff
    Member

    Well, shoot! Sorry about that.

    You can try this instead:

    #tribe-events-header .tribe-events-sub-nav {
    display: none;
    }

    This also works when I tested it on your site (screenshot).

    Cheers,
    Geoff

    #1166291
    anjuly
    Participant

    Hi Geoff,

    now it works well!!!

    Thanks a lot and have a nice Day,
    Best,
    July

    #1166362
    Geoff
    Member

    Right on! Cheers to you as well and thanks for following up. šŸ™‚

    Geoff

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Next-/Previous Nav’ is closed to new replies.