Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8812
    wagllc
    Member

    Hey everyone!

    Is it possible to remove the search box from the header? It is such valuable real estate. I would love to put something else in that area.

    Thanks…

    #8828
    Sakin
    Keymaster

    @wagllc: In Simple Catch Free theme you cannot replace that. You need to upgrade to Simple Catch Pro theme where there is additional sidebar “Header Right Sidebar” where you can add any widgets you will will replaces the search.

    But yes you can hide the search in Free version with the help of css. Just add the following css in “Appearance => Theme Options => Custom CSS box”

    #header .social-search form.searchform {
        display: none;
    }
    #8875
    wagllc
    Member

    Sakin, You’re the man!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Search Box From Header’ is closed to new replies.