How To Remove Captions From Slider Images

Discussion in 'Cloriato WordPress Theme' started by digitaljoe3d, Nov 16, 2012.

  1. digitaljoe3d

    digitaljoe3d New Member

    Joined:
    Apr 11, 2012
    Messages:
    3
    Likes Received:
    0
    Hello,
    Does anyone know how to remove all captions and the caption boxes from the slider images? If I leave them blank, default copy appears, and if I just put spaces in there, I still get the box over my images. I just want images, no caption boxes. Thanks.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #slides .caption{
    display:none;
    }
     

Share This Page