remove search bar top right
-
Is there a quick and easy way to remove the search bar in the top right? I have tried a few different things and nothing seems to work. TIA
The blog I need help with is: (visible only to logged in users)
-
Hello,
You can hide this by adding the following into the Additional CSS section in your customizer:
.header-search { display: none; }
- The topic ‘remove search bar top right’ is closed to new replies.