Wanna to remove the search icon button from homepage

I want to remove the search icon button from the home page in ride theme.

if there are some changes in coding, please send us

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.search-header__submit.search__submit.btn--link {
display: none;
}
.site-header .icon-search,{
display: none;
}
1 Like

Hello @KeyurKanjariya !

You can hide the search icon by adding custom CSS to your theme file, please share the store URL so that I can send you the exact CSS code.

1 Like

Hi, i didn’t find Theme.css section. There is only theme.liquid. I tried to copy those codes there but it doesn’t work. Please help me