Need to remove header in Structure theme
-
I’m trying to totally remove the header in the Structure theme as I’m using CSS to reposition and differently sized image at the top of the page.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
If you have the Custom Design upgrade, you can get assistance in the CSS Customization forum. I’ve tagged this thread asking to have it moved there for you.
-
I checked http://carlajuniper.com/ and I see that you used the following CSS to adjust the header area in the Structure theme:
#header h1 a, #header h1 a:visited { background: url('http://carlajuniper.files.wordpress.com/2013/05/header3.jpg?w=960') no-repeat top; } #header h1 a { height: 240px; } .headerright { top: 0; } #homepagetop { display: none; } #homepagetop .textbanner { display: none; } #homepagetop { border-top: 0 dotted #487b72; padding-top: 30px; border-bottom: 2px dotted #487b72; }Nice work!
- The topic ‘Need to remove header in Structure theme’ is closed to new replies.