Hey there @sublimestudio,
I actually found a piece of code which you can add in your “additional css” section of the theme, accessible through Theme-> Customsize -> additional css (should be the last option at the end) and you’ll get a css box where you can put the following:
#header__search-toggle{
display:none;
}
Which should simply deactivate it and remove the hit box for it. The type of header display you’ve selected might have an impact on the result, I am not a 100% certain that it works with every single one, but it works on both mobile and pc for me. It doesn’t hide the responsive menu for mobile too, so that’s a +
Hope it helps, let me know if not
Have a good day,
sunskey
-
This reply was modified 3 years, 9 months ago by sunskey.