Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #79318
    cytorath18
    Participant

    Hello,

    I have attempted removing the search bar from the top right corner for a couple of days now. I am running Catch Base 2.0. I’ve tried adding the following to custom CSS, with no success:

    #header .searchform { display: none; }
    
    #sidebar-header-right .widget_search { display: none; }
    
    #header .social-search form.searchform {display:none;}
    
    #header-content .searchform {
    display: none;
    }
    
    

    Any help would be much appreciated!

    #79327
    Sakin
    Keymaster

    @cytorath18: Here is no search bar at the top right corner. I think you are talking about search toggle in menu. For that you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to hide it.
    #search-toggle { display: none; }

    #79353
    cytorath18
    Participant

    This worked! Thank you so much.

    #79355
    Sakin
    Keymaster

    @cytorath18: Great thanks 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove search?’ is closed to new replies.