• Resolved mommyrandr

    (@mommyrandr)


    Hi again! On my site sisterhued.com the footer font color is stuck on silver. Where do I go to change it? I didn’t see the area listed with the other color options. Or if you can provide a css code that would be great too. I want to make the font white. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,
    Add the following custom CSS to customize-> Additional CSS

    .footer-widgets, .footer-info, .site-footer, .footer-widgets a, .footer-info a, .site-footer a {
        color: #ffffff;
    }

    Let us know if you need help with anything else!

    I would like to know how do I change to the color of the footer font throughout the website, not only home page, but throughout the website. What is CSS for that? Please advise, Thank you

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