Remove searchbox
-
How do I remove the searchbox in the header. I´m using the Chauteau-theme.
The blog I need help with is: (visible only to logged in users)
-
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.
- The topic ‘Remove searchbox’ is closed to new replies.