Remove Slider Captions

Discussion in 'Cloriato WordPress Theme' started by bat42001, Jul 17, 2014.

  1. bat42001

    bat42001 Guest

    Joined:
    Jul 10, 2014
    Messages:
    35
    Likes Received:
    0
    I want to remove the captions on ALL of the sliders, how do I do this?
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

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

    bat42001 Guest

    Joined:
    Jul 10, 2014
    Messages:
    35
    Likes Received:
    0
    That did not work at all. Any other way?
     
  4. 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!important;
    } 

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page