• Resolved puppy-paws

    (@puppy-paws)


    Hello,
    How would I replace the ‘gray’ footer background color to match
    .header-top {
    background-color: #1b421d;
    }

    I was able to change .bottomScrollBtn to #1b421d;

    thank you for your time

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author britetechs

    (@britetechs)

    Hello @puppy-paws,

    Please put below CSS code in Additional CSS setting. You can find this to navigate Appearance -> Customize -> Additional CSS and paste below css code to change the background color of footer section on your site.

    .footer_section {
    background-color: #cebb68;
    }

    Thanks,

    Thread Starter puppy-paws

    (@puppy-paws)

    Sorry, I should have mentioned that I already tried this.

    I added the below code back on the site so you can see it.
    .footer_section {
    background-color: #1b421d;
    }

    Thanks,

    Theme Author britetechs

    (@britetechs)

    Hello @puppy-paws,

    Please share your online site URL, Then we can fix your problem with the background color on your website.

    You have send us localhost URL in your previous message. So you share your live site URL.

    Thanks,

    Thread Starter puppy-paws

    (@puppy-paws)

    Theme Author britetechs

    (@britetechs)

    Hello @puppy-paws,

    Sorry for the late response.

    Please add below css code in customize additional css setting.

    .footer_bottom.copy_right {
    background-color: #1b421d;
    }

    And, save this code. I hope this will work for you.

    Thanks,

    Thread Starter puppy-paws

    (@puppy-paws)

    It worked! Thank you

    • This reply was modified 5 years, 10 months ago by puppy-paws.
    • This reply was modified 5 years, 10 months ago by puppy-paws.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘change footer background color’ is closed to new replies.