Remove Searchbar
-
How do I remove the header search bar on the Yumblog theme?
The website I need help with is: https://sugarbeths.com/
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hello @sugarbeths,
Your Yumblog is a premium theme so i would recommend you to post your issue on the Yumblog support forum: https://premium-themes.forums.wordpress.com/forum/yumblog, to see if there’s an option to hide the searchbar without using CSS.If you still want to use CSS, then refer this:
The top/header search bar form is wrapped inside a parent class named tertiary-actions. So to hide the search bar, just hide the parent class using this CSS:.tertiary-actions { display: none; }Hope this helps 🙂
-
-
- The topic ‘Remove Searchbar’ is closed to new replies.