• Resolved janewp1971

    (@janewp1971)


    Hi – could you please tell me how to change the footer and header background color from blue to something else?

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

Viewing 1 replies (of 1 total)
  • xoptimus

    (@spicethemesoptimus)

    Hi janewp1971,

    Thanks for contacting us,

    For this paste the following css code in additional css filed (Theme Dashboard >> appearance >> customize >> additional css field)

    .page-title-section .overlay {
        background-color: #72a339 !important;
    }
    
    .site-footer {
        background-color: #72a339 !important;
    }

    Change the background color code as you need.

    Thanks

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