Hi
I change all the font color to #fffff in the theme settings, but the default font is still grey.
https://golamusic.com/aktuell/
I also try the following:
body{color:#fff !important;}
.main_color .tabcontainer .tab {
color: #fff !important;
}
but with no impact.
All the best,
Pascal
Hey Pascal,
Please add to your CSS
p * { color: #fff !important; }
and let us know if that could work out for you.
Best regards,
Basilis
Hi Basils
Thank you for you solution, but it has no impact as you can see on: https://golamusic.com/aktuell/
All the best,
Pascal
Hi Pascal,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.wysija_text_container p {
color: #fff;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria
Thank you, but this has no impact, and its not only for this container, so iff you scroll down you can see the grey font.
At hte moment all the white fonts are not default at all, it change it at in the text editor.
All the best.
Hi,
Please try this CSS instead:
.main_color {
color:#fff !important;
}
Best regards,
Rikard
Hi Rikard, thats it!!!! 1000’s Thanks, Pascal
Hi,
I’m glad Rikard was able to help. Id you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon