Remove header from SUPERHERO
-
I want to remove the bleck header and the header image from the theme Superhero. Is it possible and how do i do this. I am ignorant about CSS.
The blog I need help with is: (visible only to logged in users)
-
Hello, you can add the following CSS to your custom CSS box to remove the black header and header image:
#masthead-wrap { display: none; } #page { padding-top: 0 !important; } -
Thank you very much for your quick response and your solution. I added the CSS syntax and our blog is released from the black ribbon.
-
- The topic ‘Remove header from SUPERHERO’ is closed to new replies.