slider Heading and Description text color

Discussion in 'Infoway WordPress Theme' started by honory2009, Dec 26, 2014.

  1. honory2009

    honory2009 Member

    Joined:
    Oct 10, 2013
    Messages:
    169
    Likes Received:
    3
    How can I put a text color like yellow or read in the Slider Heading and Description?
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .showcase-thumbnail-content h3,.showcase-thumbnail-content p {
    color: yellow;
    }
    You can write your color in above code.

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page