Remove Slider Heading and/or Descriptions

Discussion in 'Compass WordPress Theme' started by vibrandsee, Oct 21, 2016.

  1. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    Hello,

    1) How do I remove the slider heading and/or description.

    2) How do I change the font colour / background colour of the slider heading and description (should I choose to keep the slider headings and descriptions).

    Thanks
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    1) To remove the slider caption, you need to paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options
    Code:
    .salesdetails {
        display: none;
    }
    
    2) To change the color of slider caption heading and description, you need to paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options
    Code:
    .sl-slide-inner h1{
    color:#eee;
    }
    .sl-slide-inner p{
    color:#eee;
    }
    
    You can either keep the caption or remove it but, you won't be able to keep it for your desired slider image. That needs a source code modification.

    I hope you understand,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page