• Resolved maryknight

    (@maryknight)


    Can you tell me how to remove the search button. Love the template but search not needed or wanted in this particular site.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello maryknight,

    You can hide it with css. Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    
    .header-search {
      display: none;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Search Button remove’ is closed to new replies.