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
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
pw: test1234
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?
can you please provide screenshot
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!
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.