Search
- The topic ‘Search’ is closed to new replies.
Need help? Check out our Support site, then
Hello. Thank you for amazing theme.
I have one question.
How can I delete “search” at menu?
Thank you!
The blog I need help with is: (visible only to logged in users)
Hi there,
thanks so much for your feedback. Unfortunately you can’t delete the search form by default. You would need custom CSS (only available with the Custom Design upgrade).
Then you could use the following custom CSS code:
.search-toggle,
search-header {display: none !important;}
Best, Ellen