how to remove the Slide 1 Description that keeps going in and out

Discussion in 'Slice WordPress Theme' started by benito, Jun 13, 2013.

Thread Status:
Not open for further replies.
  1. benito

    benito New Member

    Joined:
    Jun 13, 2013
    Messages:
    4
    Likes Received:
    0
    I need to remove the black slide 1 description that keeps going in and out I have allready remove the text but the descripiton keeps going in and out please help me with that.
     
  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:
    .pika-image .caption {
    display: none!important;
    }
     
  3. benito

    benito New Member

    Joined:
    Jun 13, 2013
    Messages:
    4
    Likes Received:
    0
    Thank-you that help me out.
     
Thread Status:
Not open for further replies.

Share This Page