Delete Empty Slider Title/Description Box

Discussion in 'Cloriato WordPress Theme' started by bizzyboy, Jun 17, 2013.

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

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    On my website I have entered <p></p> to delete the Slider Title & Description. However, the 'transparent' box which the text appeared in remains and I would like to know if it's possible to remove that 'empty' box.

    Here is my site and you can see the empty box on the Slider image on the right hand side that is displayed acorss the ladies legs.
    inpatientdrugrehabcenter.net


    Thanks
    Paul
     
  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:
    #slides .caption {
    display: none;
    }
     
  3. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    Great, thanks for your help.
     
Thread Status:
Not open for further replies.

Share This Page