How can I change Dawn theme text color from grey to black?

I’m using the Dawn Theme. The default makes the text grey in the menu header and turns black when you hover your mouse over it. Also, the page text is grey as well. I would like to change the text to black for the menu header and my pages.

This is one of my pages:

https://posterstatus.com/pages/privacy-policy

The code to my store is: bleu

3 Likes

@bcraig16 ,

Please add this CSS to your theme

*{
    color:#000;
}

Thanks!

1 Like
* {
    color: black !important;
}

@bcraig16

add this code in the base.css file

This made all the text black but I just want the grey ones to be black