Change Colour on Slider Text

Discussion in 'Compass WordPress Theme' started by vibrandsee, Nov 30, 2016.

  1. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    How do I change the colour of the Slider Text and the Background as well?
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hi,
    For this, you need to paste the below custom CSS code in Dahshboard->InkThemes->Theme Options->Styling settings->Custom CSS field.
    Code:
    .salesdetails {
        background: rgb(251, 164, 94);
    }
    .sl-slide-inner h1,
    .sl-slide-inner p{
        color: #1b1919;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page