Is there a way to make bold text appear less dark? I want it to appear more subtle as the bold text is currently very dark.
Hi Rob,
Thanks for reaching out.
Sure, you can add this CSS to Theme Options > CSS
strong {
color: #999;
}
Or if you wish to override them all, then this
strong {
color: #999 !important;
}
Hope this helps 
Thanks. That’s just what I needed.
You’re welcome! 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.