Remove search bar
-
How can I remove the search bar? Theme is great but search feature isn’t needed for me – thanks
The blog I need help with is: (visible only to logged in users)
-
Thank you for your kind words about the Spatial theme! Removing search is no problem.
With Custom CSS, enter the following code:
.search-form { display: none; }Let me know how that works out for you!
Regards,
Leland -
My bad, just realized the above code wouldn’t work.
Try this instead:
.search-form { display: none !important; }This will prevent any search form from displaying on your site.
- The topic ‘Remove search bar’ is closed to new replies.