Change the bold text color

Hello there!
can you please help me to change the bold text color? there is no optionin the general theme settings. I want to make it dark grey instead of pitch black.

thanks for your help

cheers

Isabella

Hi Isabella,

Please try adding this code in X > Theme Options > CSS:

strong, b {
    color: #ccc;
}

Please feel free to change the color value.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.