Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1416549

    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

    #1416551

    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

    #1416552

    Wow. That easy! Worked like a charm.

    Thanks so much for the fast reply!

    #1416565

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.