How can I change my Dawn theme font color to white?

Hi, I want to change the font colour in DAWN to white in general when the background is black (which it is).

Who can helo me with that?

Thank you

1 Like

@marcelp

Please share your store URL!

Thanks!

https://cotiereofficial.com/

pw: test1234

@marcelp

Please add the following CSS code to your assets/base.css bottom of the file.

.gradient {
    color: #fff !important;
}

Thanks!

Hi @dmwwebartisan @thank you for your help. Your code wokred but now i have another problem . You cant read the text in the “ABOUT” Section anymore because it is white fnt on a a white background. Any solution for this?

1 Like

@marcelp

can you please provide screenshot

@marcelp

Solution for about page.

Please add the following CSS to your assets/base.css bottom of the file.

.main-page-title {
    color: #fff !important;
}

.page-width--narrow > div.rte {
    color: #fff !important;
}

Thanks!

1 Like

99.9 % right now thank you. Onlyo the Title on the “About” Pages is white and invisible.

How can I turn this to black color too? Any code @dmwwebartisan

Thank you so much.

@marcelp

If helpful then please Like Solution.

Thanks!