Forums
Home / Theme: Tasman / How to remove the header search bar
(@aksup)
6 years, 6 months ago
How do I remove the header search bar in the tasman theme?
(@phpexpert21)
Hello @aksup,
We can hide the search bar with the help of custom css. You need to apply below given css under Appearance -> Customize -> Additional Css
li.menu-item.search-menu { display: none !important; }
I hope the above was helpful.
Kind regards,
Manoj
That worked. Thank you!