Recurring Event 'see all' page

Home Forums Calendar Products Events Calendar PRO Recurring Event 'see all' page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1002042
    Johnny
    Participant

    Is there any way to either remove, or move, the ‘Previous Events’ and ‘Next Events’ buttons that appear at the top of the recurring events ‘see all’ events page? These buttons tend to interfere with the page title when viewing on mobile devices. Thanks.

    #1002285
    Geoff
    Member

    Hi Johnny and welcome to the forums. šŸ™‚

    Good question. You can knock those links out with some CSS:

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

    Add that to your theme’sĀ style.css file (or preferably using a custom calendar stylesheet) and that should wipe them out.

    Cheers!
    Geoff

    #1002367
    Johnny
    Participant

    Many thanks Geoff – awesome. Worked perfectly.

    All the best,
    Johnny

    #1002613
    Geoff
    Member

    Right on! Thanks a ton for following up and I’m stoked to hear that did the trick. Feel free to reach back out if any other questions pop up and we’d be happy to help. šŸ™‚

    Cheers!
    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Recurring Event 'see all' page’ is closed to new replies.