• Resolved Kindfamily

    (@kindfamily)


    Hello, I am trying to remove the search bar from my entire web store. I don’t want it anywhere on my site. I have searched for a solution for this everywhere and even tried adjusting the style.css code, but with no luck. Any help is most appreciated!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @kindfamily !

    You can indeed do this with a little bit of custom CSS code.

    Go into your site’s admin Dashboard and select Appearance → Customize →?Additional CSS. In the CSS textbox on the left, add the following code:

    .site-search {
      display: none;
    }

    Select “Save Changes” from the top, and your changes will be applied to your site.

    Thread Starter Kindfamily

    (@kindfamily)

    Thank you Senff, that worked perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Remove Search Bar’ is closed to new replies.