Home Forums Basel support forum Search button in the mobile version Reply To: Search button in the mobile version

#101620

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