• Resolved jmccoy1

    (@jmccoy1)


    Hello again,

    I need to change two colors on this theme for my project. The two colors are the black background and the “green” footer and title bar. Do you have a CSS that I can use to make this change with a hew code?

    Thank you.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @jmccoy1,

    We check your site and appreciate that you change black background and title bar color.
    Use this code in Appearance > Customize > Additional CSS –

    .cpy-right.text-center.mwa-theme {
        background: #f28f0e;
    }

    Above code change the footer green background.
    You will change color as per your requirement.

    Thank You

    Thread Starter jmccoy1

    (@jmccoy1)

    You are once again AMAZING! That is exactly what I needed to fix that issue. Thank you so much!

    Thank you so much

    The above fix worked for me for the footer background but not the header background. Please could someone advise?

    • This reply was modified 4 years, 1 month ago by caravanserai.

    Hello @asaadfilho

    Use this code in Appearance > Customize > Additional CSS –

    header {
        background: #ff9900;
    }

    Change color code as per your requirement.
    If it doesn’t work then please add ‘!important’ after the ‘color code’. Like this,
    background: #ff9900 !important;

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Need to change two colors’ is closed to new replies.