Hide "search for posts" tool on Mobile Menu
-
Hello,
Please can someone assist me in clarifying where in the theme I can disable the ‘Search for Posts’ tool that is currently appearing on the Mobile Menu?
Screenshot attached for reference.
Many thanks.
Attachments:
You must be
logged in to view attached files.
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
Hello Elise,
Thank you so much for the clear instructions, I have added the custom CSS and everything is now perfect.
Many thanks,
Sofia
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Hide "search for posts" tool on Mobile Menu’ is closed to new replies.