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
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
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!