Font/Color in Slider

Discussion in 'Woodpecker WordPress Business Theme' started by pdonov, Jan 10, 2014.

  1. pdonov

    pdonov New Member

    Joined:
    May 7, 2013
    Messages:
    16
    Likes Received:
    0
    Is there a way to change the color of the font in the slider. The color I have is white and it blends into my image. I would like to change it to black. Is there a way?
    Thanks
    Pat
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slide-h1{
    color:red;
    }
     
    p.slide-para{
    color:red;
    }
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page