Change color on “featured” lightning?

Home Forums WordPress Themes – Premium Flat Responsive Change color on “featured” lightning?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17371

    Hi

    This might be an odd question.

    But how do I change the color of the word “featured” and the accompanying lightning? It appears because I have made one of my posts featured, so it sticks on top of the blog page. But on default it is GREEN, very green. I would like a different color. Can u help?
    Thank you 🙂

    #22907
    Binaya D
    Participant

    Hi There,

    Please use the following css to fix your issue:

    span.featured-post {
        color: #663399;
    }

    NOTE: Please use the child theme style.css or custom css plugin to write the css

    Thanks

    #22911

    Worked like a charm!! Thank you!

    #17372
    Binaya D
    Participant

    you are welcome 🙂

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