Slide Description Font Color Change

Discussion in 'Nutrition WordPress Theme' started by bizzyboy, Jun 3, 2013.

Thread Status:
Not open for further replies.
  1. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    Hi

    Can you please let me know how I can change the Font color of the Slide Description. For example I am using the Green Theme Stylesheet and the Slide heading font is White and the Description Font is Green. And it is the Green font I would also like to change to White.

    Thanks

    Paul
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .slide .entry p {
    color: white;
    }
    Inplace of "white" you can put your color or color code.
    This will solve your issue.
     
  3. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    Great, that worked perfectly.

    Thanks
     
Thread Status:
Not open for further replies.

Share This Page