Home › Forums › Basel support forum › Navigation Layout without WooCommerce › Reply To: Navigation Layout without WooCommerce
September 10, 2018 at 6:07 am
#76276
Artem Temos
Keymaster
Hello,
You can hide it with the following code
.mobile-nav .searchform {
display: none;
}
Regards