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.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
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;
}
This topic has been closed to new replies.