• Resolved bshawn112

    (@bshawn112)


    Hello,

    How do we change from the default purple/red gradient color of the header/top menu and footer to another color? For this site, I’d like to use a solid red color. I’ve tried the default customizeable settings but nothing but I didn’t see where the color options we for those specific sections.

    Thank you

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @bshawn112,

    Add below CSS code in additional CSS for that Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Here you have to paste the below CSS.

    .home-page-header,
    .footer-2 {
    background: red;
    }

    Thanks.

    Thread Starter bshawn112

    (@bshawn112)

    Thank you! That worked!!!!!

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