How to remove the searchform in 20-11?
The topic ‘How to remove the searchform in 20-11?’ is closed to new replies.
Need help? Check out our Support site, then
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 blogsweet15.wordpress.com.
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.