removing search bar

Home Forums Ticket Products Event Tickets Plus removing search bar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1181156
    Aldo
    Participant

    Hi everyone,
    I was wondering how I could remove the search bar.

    Thank you.

    #1181668
    George
    Participant

    Hey Aldo,

    Thanks for reaching out!

    You have two main options here.

    First, you can head to Events → Settings → Display in your wp-admin and check this option (click for a larger-sized image):

    ☝️ If this option is checked the “Classic header” will be used, which is basically just the “view as” selector but the search and date filters will be removed.

    If you want to remove everything, so there is no search bar, date filter, “View As” selector, etc., then you would need to add CSS like the following to the bottom of your site’s style.css file:


    div#tribe-events-bar {
    display: none !important;
    }

    Cheers! 😀
    George

    #1191911
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘removing search bar’ is closed to new replies.