How can I change the footer text color dawn theme?

Hi everyone,
I need help figuring out how to change the text color of the footer’s in the Dawn theme to a custom color.

I am searching for solution over 2 hours still couldn’t find one, please help me ( I do not know what to say this is empty text to, send the post ). How can I change the color?

All the codes from community is not working so far for me.

Hi @versanis !

Could you send your site’s url?

https://evg77j-x6.myshopify.com/?_ab=0&_fd=0&_sc=1

@versanis please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

.copyright__content a {color: #fff;}
.copyright__content{color: #fff;}
.footer-block__heading{color: #fff;}

Hello @versanis

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

.copyright__content a {color: #fff;}
.copyright__content{color: #fff;}
.footer-block__heading{color: #fff;}