Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #87251
    shawzepe
    Participant

    Hello

    I searched but I can’t find a solution for removing the search bar in catch adaptive menu in the header.

    I know I’ll have to add a custom CSS but I’m not sure what it is 🙁 I’ve tried a couple random ones to no avail

    beerbirds.com

    #87289
    Mahesh
    Keymaster

    @shawzepe: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #header-toggle {
        display: none;
    }

    Regards,
    Mahesh

    #87336
    shawzepe
    Participant

    that didn’t seem to work 🙁

    #87379
    Mahesh
    Keymaster

    @shawzepe: Please post in your site url.

    Regards,
    Mahesh

    #87411
    shawzepe
    Participant

    It’s in my original post….

    beerbirds.com

    #87423
    Mahesh
    Keymaster

    @shawzepe: Sorry for making you repost you site url. Checked your site, and seems the search bar in your site is not the default theme’s search bar. Have you customized the theme and added some code to display the search bar? if yes, you have to remove it. You have already hidden the default search bar of the theme with Custom CSS.
    Let me know further.

    Regards,
    Mahesh

    #87576
    shawzepe
    Participant

    I don’t believe so. That’s so odd. Thanks for looking at that. I have no idea! I didn’t design the original site so that might be why

    #87586
    Mahesh
    Keymaster

    @shawzepe: Here is a Custom CSS for removing it from the site, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #fixed-header #menu-home li:not(.menu-item) {
        display: none;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    #87645
    shawzepe
    Participant

    You’re a wizard! It worked! Thank you so much for all your help 😀

    #87721
    Mahesh
    Keymaster

    @shawzepe: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

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