Tagged: enfold
Hello,
I want to disable font colors when they’re BOLD (or STRONG).
I tried this code in my Quick CSS.
.main_color strong, .alternate_color strong { color: inherit !important; }
But NOT working.
Please assist, thank you.
Hey Oref,
What do you mean by “disable font colors when they’re BOLD”? IN this case, it is better to specify the color that you want. Like #000 for example.
Best regards,
Victoria