Adding new search form on side bar only
-
Hi there,
I am trying to add a new search within Editor. But its coming up on both my header/menu bar, as well as the sidebar (as you will notice on my home page). How do I remove it from the header and keep it on the sidebar only.
Thanks
The blog I need help with is: (visible only to logged in users)
-
To hide the search form from the header area in the Twenty Eleven theme, add this to your Appearance → Custom Design → CSS editor:
#branding #searchform { display: none; } #branding #site-title { margin-right: 0; }
- The topic ‘Adding new search form on side bar only’ is closed to new replies.