Removing Header frame
-
How do you remove the header frame from a theme in the CSS? I use the Chateau theme and have been able to keep it blank but that simply leaves a large space at the top of the blog. How do I delete it completely?
The blog I need help with is: (visible only to logged in users)
-
Hello there,
Only Staff are providing CSS editing support these days and this is the notice at the support link:Support will be closed over the weekend. We will reopen on Monday morning, March 19th.
-
-
-
To completely hide the header on the Chateau theme, try this:
#branding { display: none; }If you wanted to keep the top menu navigation and hide everything else in the header, try this instead:
#main-title, #search, #main-image{ display: none; }
- The topic ‘Removing Header frame’ is closed to new replies.