Dawn theme - Change color of text links in footer?

Hi!
I have had to resort to CSS to change the color of text in the footer to white. This works fine, but links still turn black. How can I get the links to also be white?
URL of draft site in progress: https://lumagraphics.myshopify.com/

And here is the CSS I’ve tried so far…gone over and over it, not sure what is missing?

.footer-block__heading,.footer-block__details-content,.copyright__content, .footer-block-details-content .list-menu__item, .footer-block_details-content a
{
color: #ffffff !important; /* make footer text content white */
}

Thanks for any help with this!!!

@LumaD

Please share your store url. I will provide the code for it.

https://lumagraphics.myshopify.com/password

Hi, I forgot that outsiders don’t see it!
I looked in dashboard, password appears to be:

quohda

@LumaD ,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
  3. paste this code right above the tag:

Kind regards,
Diego

4 Likes

Thank you so much Diego, that did the trick!!

Do I still need all that other CSS, which is currently at the end of base.css file?
Just want to be clean and neat about it…

Hello Diego,
I tried this for my Dawn 5.0 site and it wont change all the text white. “Quicklinks”, “Contact Us”, “Sign up to get the latest” and “Email” are all still black. Can you tell me how to change these links to white?

Also do you know how to increase the size of the font?

Thank you.