• Hi guys,

    I’ve been wanting to add a header image (that has a transparent background) to my site, however when I do, it automatically adds a white background to it, with the black sidebar extending up as well.

    Is there any way to prevent this from happening so that the actual site background image shows up behind the header image rather than the white/black rectangle?

    The site I need help with is futbolpulse.com. Thanks!

Viewing 1 replies (of 1 total)
  • i had the same problem
    i found that in my parent theme the div was called #wrapper and added
    #wrapper {
    background: none rgba(0, 0, 0, 0) !important;
    }
    in my child theme
    works

Viewing 1 replies (of 1 total)
  • The topic ‘Making the Header Background Transparent’ is closed to new replies.