Hey guys,
Trying to change the font color of a few words in the text, but it’s not working. It looks like the font color chnages on the backend preview, but it doesn’t stick on the front end. For example:
But soon they hit a plateau and lack the <span style=”color: #ebae3d;”>Capital </span> to reach their potential fast enough.
That <span style …> code simply won’t work. How do I change the color of SELECT words, not everything? There must be a way to do this basic styling.
Thanks!
I just checked to make sure I still have support and I do for 6 more days. Please take your time but I hope we can sort this out before then
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color strong, .alternate_color strong {
color: inherit;
}
Strong tagged elements gets main color scheme by default and when you wrap your span inside a strong tag, they are not being applied. Adding the code above should help.
Best regards,
Yigit