How to Hide the Search Bar from Header in ShopIsle
Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.
Some users don't feel the need for a search bar for their website, that's why we can offer an easy fix for this type or requirements.
First, please install the Advanced CSS Editor plugin and in Appearance -> Customize -> Advanced CSS Editor add the following code:
.header-search-button { display: none; }
The code above will make the search icon and it's bar disappear.