How to remove Events Search bar

Home Forums Calendar Products Events Calendar PRO How to remove Events Search bar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1203357
    Karon
    Participant

    I have attempted to remove the search bar using the suggested CSS of
    .tribe-bar-disabled {
    display: none !important;
    }

    in the theme but it is not working. Is there some setting I’m missing?

    Thanks for your help.

    #1203701
    Geoff B.
    Member

    Good evening Karon and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    #tribe-events-bar #tribe-bar-form.tribe-bar-full .tribe-bar-filters {
    display: none!important;
    }

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1203828
    Karon
    Participant

    That did work – thank you so much – BUT the “View As” block is still there. I thought that was part of the search bar but apparently there is separate code for that? Can you help me get rid of that as well?

    #1204043
    Geoff B.
    Member

    Hey Karon,

    I am glad that helped.

    To remove that block you have 2 options:

    1. Go to Events -> Settings -> Display and simply uncheck all other views besides Photo
    2. Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    #tribe-bar-form #tribe-bar-views {
    display: none!important;
    }

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1204067
    Karon
    Participant

    Awesome! That css worked! Very much appreciate your help!

    #1204308
    Geoff B.
    Member

    Hey Karon,

    I am glad this worked out for you.

    You are welcome back in our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great weekend!

    Geoff B.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to remove Events Search bar’ is closed to new replies.