I cannot remove the blue subheader. I have inserted the CSS code body:not(.template-slider) #Header { background-image: none; } but although it removes the background image, the blue sub header still appears every time. I would like the header without anything underneath.
Comments
body:not(.template-slider) #Header { background-color: #E2E2E2; }How do you get rid of it completely?
@ax2201 Can you also leave your url? So we can have a look on it as well. More urls with explanation = we can make option to remove it faster
Thanks for your suggestions guys. The sooner we get urls from you, the faster we`ll try to add option to remove header background at all. Thanks!
body:not(.template-slider) #Header { background-image: none; background-color: #FFFFFF; min-height: 160px; }Maybe min-height attribute will be right for your needs. As you can see on http://forum.muffingroup.com/betheme/discussion/126/remove-space-where-header-image-was for other user it was helpful.I am alos working on same with www.texasenergysupplier.com and need to remove this subheader completely.
http://titanstaffingsolutions.com/job/livermore-based-company-livermore-ca-17-sr-information-security-engineer/
Please go to theme options>header&subheader>header and set the minimalist options to 'minimalist without header space'
thanks