Slider remove Caption Heading & Caption Description?

Discussion in 'Cloriato WordPress Theme' started by mwnow, Sep 24, 2013.

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

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    Hello,

    I need to remove the Heading & the Description from the Sliders.
    And (!) the white overlay, below the Heading & Description.

    Goal: There are only Pictures in the Slider, no text or white color divs...

    Thanks!!
     
  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. mwnow

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    Thank you very much Gourav!

    It works perfect :)

    Have a nice day!
     
Thread Status:
Not open for further replies.

Share This Page