Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #677269

    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!

    #677500

    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

    #677522

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.