Hello. I’d love some help with the following: Every time I make the font bold in the enfold theme, it overrides my color selection and reverts back to the default color. How can I resolve this?
Example: http://leaveyourmark.club/program/#calendar —> for some reason week three and onward reverts back.
Thank you.
Hey HEF2015,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color strong {
color: inherit;
}
Best regards,
Yigit
That worked. Thanks!