Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #162419
    tstegner
    Participant

    How do I change the color of the Featured Text to be black? It is currently white and I cannot find any place to change featured content text color.

    #162431
    Skandha
    Participant

    @tstegner: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-content article {
         color:#000;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Featured Content text color’ is closed to new replies.