Remove search option from menu
-
Hello, how can I remove the search option from the top menu?
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there, the following CSS will remove the search from the right end of the menu.
.site-header .search-form { display: none; }
- The topic ‘Remove search option from menu’ is closed to new replies.