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

    Hi,

    I changed the color scema by clicking on one of the other color scheme options.

    After I did that, bold text is now a different color to the non-bold text.

    How do I make bold text be the same color as non-bold text … but bolder?

    Thanks

    #504073

    Hi lmackinnon!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .main_color strong, .alternate_color strong {
        color: inherit;
    }

    Cheers!
    Yigit

    #504126

    Thanks, that worked.

    Why was it a different color to start with?

    I understand making links a different color, I don’t understand why bold text should be a different color to the unbolded text …

    Thanks!

    #504129

    Hey!

    Bold texts are different color by default but you can override it by keeping the code i posted in Quick CSS field :)

    Regards,
    Yigit

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