remove all text from slider

Discussion in 'Compass WordPress Theme' started by smarta, Nov 2, 2016.

  1. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    in other themes I have used this

    .flex-caption-wrapper {
    display: none !important;
    }

    to remove slide in text box - but on Compass it does now work - what should I use?
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    For your information, different themes have different slider code that's why it didn't work for the Compass Theme.

    Here is the correct code for compass theme:

    Code:
    .sl-slide-inner{
    display:none!important;
    }
    This will resolve your issue,
     

Share This Page