Removing Search Bar
-
The theme “Sight” appears to have its own search bar built in, but it’s not in the right position for my blog. Is it possible to remove it?
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi, to remove the header area search box from Sight, add the following CSS.
.header-search { display: none; }
- The topic ‘Removing Search Bar’ is closed to new replies.