Slider Text Color Change

Discussion in 'Compass WordPress Theme' started by itzcandy, Mar 26, 2015.

  1. itzcandy

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
    Can I change the color of the text on the slider please.
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    sl-slide-inner p {
      color: red;
    }
    .sl-slide-inner h1 {
      color: #F51616;
    }
    Regards,
    Sameer
     

Share This Page