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
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
Hello There,
.search-header__submit.search__submit.btn--link {
display: none;
}
.site-header .icon-search,{
display: none;
}
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.
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