Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #304540
    andrmcal
    Participant

    How do I change the header background color? I want to change from white to green.

    URL: andrewandmarkus.com

    #304575
    Skandha
    Participant

    @andrmcal: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #masthead {
    background-color: #94c600;
    }

    You can change the color according to your choice.

    Let me know if this is what you want!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Header Background Color’ is closed to new replies.