Hi there,
The font color (of paragraphs) on my website is grey, and is almost unreadable. In the theme settings, I’ve set the color to black. But somehow this doesn’t show.
Do you have any idea what can cause this?
Thanks!
Jurriaan
Hey Jurriaan,
This is due to your font weight set to 100 which is very light, I assume this is a custom font that you added, try changing it to normal (400) in your css for the font or in the Enfold Theme Options ▸ Advanced Styling, if that is where the font weight is set, or try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #wrap_all .all_colors p,#top #wrap_all .all_colors h3 {
font-weight: normal;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Wow. That easy! Worked like a charm.
Thanks so much for the fast reply!