Home › Forums › WoodMart support forum › Hide "search for posts" tool on Mobile Menu › Reply To: Hide "search for posts" tool on Mobile Menu
June 21, 2018 at 2:38 pm
#64110
Elise Noromit
Member
Hello,
The search form is hidden by means of custom CSS. Please add this code to Theme Settings > Custom > CSS > Custom CSS for mobile landscape and Custom CSS for mobile
.woodmart-search-form{
display:none;
}
Best Regards