Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi wildfirecutlery. This can be done easily using css. You can add this to a child theme style.css file, the theme Custom css, or use a plugin like Simple Custom CSS:

    .toggle-search {
      display: none;
    }

    Let me know if you have any questions.

    I do like the search bar on the top right corner, but I don’t need the second one in the Primary Sidebar. how can I disable the serach bar from the side-bar?

    oups… I found it:

    .widget_search {
    display: none;
    }

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