How do I remove the searchbox in the header. I´m using the Chauteau-theme.
The blog I need help with is margaretaadamczyk.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
How do I remove the searchbox in the header. I´m using the Chauteau-theme.
The blog I need help with is margaretaadamczyk.wordpress.com.
To hide the search box in the header in the Chateau theme:
#branding #search {
display: none;
}
Then if you ever added a really long title and it wrapped funny, you could expand the main title area like this:
#branding #main-title {
width: 100%;
}
Your title is short enough right now that you don't need the 2nd part.
This topic has been closed to new replies.