Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #856128

    TalentedGuy
    Participant

    Hi, I would like to change the overall color scheme of the website to match the custom graphic designs I added to the website. Mostly, I can’t find how to change the background color for the header and footer. Hopefully I can change all at once. Please assist.

    Here is the link to my site: http://newsite.glamoursalons.com

    Thanks.

    #856161

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    To change header background color you can add this under Custom > CSS in the Customizer:

    .x-navbar {
        background-color: #ddd !important;
    }

    To change footer background color you can add this under Custom > CSS in the Customizer:

    footer.x-colophon.bottom {
        background-color: #ddd !important;
    }

    Note: Please change the color code as per your requirement.

    Thanks.