Remove Search Bar
- The topic ‘Remove Search Bar’ is closed to new replies.
Need help? Check out our Support site, then
I’m using this site as a landing page only and would like to remove the search option up the top as I have no use for it. Is there a way to do this please?
The blog I need help with is: (visible only to logged in users)
Hi, please use this CSS to hide the search form:
.header-search { display: none }
Just paste it in My Sites > Design > Customize > CSS.