How to remove the searchform in 20-11?
-
Please, I’m having difficulties trying to remove the searchform in 20-11. How can I do it? 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 ‘How to remove the searchform in 20-11?’ is closed to new replies.