Header remove background and gap

Hi


Is it possible to remove background on header? (the green background on top)
Also, I experience a gap between subheader breadcrumbs and content on site. How can I remove the gap?

Wish to display, from top: logo - menu - subheader (breadcrumbs) - content with no gaps.

Thank you in advanced.

Comments

  • This green header can be turned off in Theme options > Layout > Header section. Just turn on "Header minimalist" button.

    But this space beetween subheader and content can be removed within adding below custom css:
    body:not(.template-slider) #Content { padding-top: 0; }
Sign In or Register to comment.