• Resolved bremarie86

    (@bremarie86)


    how would I change the header (I think that’s what it’s called) color? Our logo has a white background and the current header color is just not doing it for me with this logo.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    You can use the following CSS to change the background of the header:

    .site-header {
      background: #fff;
    }

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    You might also want to use a transparent PNG which will allow you to remove the white background making the logo more versatile.

Viewing 1 replies (of 1 total)
  • The topic ‘header color’ is closed to new replies.