Home › Forums › Basel support forum › Search button in the mobile version › Reply To: Search button in the mobile version
January 13, 2019 at 7:11 am
#101620
Elise Noromit
Member
Hello,
In order to remove the search from the mobile menu add this code to the Theme Settings > Custom CSS
.mobile-nav .searchform {
display: none;
}
Search works only with products by a keyword. This is Woocommerce functionality and our theme does not influence.
Best Regards