Removing previous and future events from current event page display

Home Forums Calendar Products Events Calendar PRO Removing previous and future events from current event page display

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #216955
    thyatt
    Participant

    We are finding the display of links to past and future events on the single event display page confusing and would like to remove them from being shown. I have looked in Settings but see no place to toggle this feature off. Any help would be appreciated.

    #218118
    Brook
    Participant

    Howdy thyatt,

    To remove those you can either use insert CSS like this into your theme’s CSS file:

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

    Or you can follow our themer’s guide to create a theme override, and remove the relevants bits of HTML.

    Does that make sense? Will that work for you? Please let me know. Cheers!

    – Brook

    #218648
    thyatt
    Participant

    Great!! I added the code to the custom CSS file for the theme and that worked just fine. Thanks for your help.

    #218760
    Brook
    Participant

    Excellent I am glad to hear that thyatt! By the way, if you have a minute or two, we would love it if you could write a few words about the plugin here. Happy developing!

    – Brook

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing previous and future events from current event page display’ is closed to new replies.