Remove the Previous and Next Event links from single event view

Home Forums Calendar Products Events Calendar PRO Remove the Previous and Next Event links from single event view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1579059
    neckman
    Participant

    Hi,
    I need assistance with the following:
    On single event view page, there are two links right after the title and date/time and I would like to know how to deactivate that option as it makes no sense to have them in that specific location and is just creating confusion for the user. I hope there is an option to turn them off, and I’m just unable to find it.

    Thank you,

    #1579305
    Sky
    Keymaster

    Hi there!

    Thanks for reaching out! I’d be happy to help with your question.

    When using the “full styles” in Events > Settings > Display, this top navigation bar is visible. If you use “Tribe Events Styles” for this setting, that navigation bar is hidden by default.

    If you’d like to keep using “full styles” but hide that navigation, add the following CSS to your child theme or in the Customizer in “additional CSS”


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

    Hope that helps! Please let me know if you have any further questions about this.

    Thanks,
    Sky

    #1579493
    neckman
    Participant

    Thank you!

    #1580085
    Sky
    Keymaster

    Hi again,

    You’re very welcome! I’m glad I was able to help with this.

    Please let us know if you have any other questions or issues in the future.

    Thanks,
    Sky

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove the Previous and Next Event links from single event view’ is closed to new replies.