Removing Slider Heading and Description

Discussion in 'Andrina WordPress Theme' started by landitollig, Dec 11, 2013.

  1. landitollig

    landitollig New Member

    Joined:
    Feb 15, 2013
    Messages:
    24
    Likes Received:
    0
    Good day,

    Is there some way to remove the block in which the slider heading and description must be? I don't want that. I want only the picture to show.

    Thank you!
    Landi
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    #slides .caption {
    display: none;
    }
    This will solve your issue.
     

Share This Page