Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #287364
    borderexplorer
    Participant

    My header color is black but I’d like it to be white. I refer to the area at the very top of the website, where the site logo, the search and social media buttons are located. borderpartners.org
    How can I make the black area be white in color?

    #287368
    Skandha
    Participant

    @borderexplorer: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #masthead {
        background-color: #fff;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘change header color??’ is closed to new replies.