Remove slider heading and slider description but keep the button

Discussion in 'Woodpecker WordPress Business Theme' started by designstouch, Jul 3, 2014.

  1. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Hi,
    How can I remove the slider heading and the slider description but do not remove the slider button?

    Thank you,
     
  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:
     h1.slide-h1 {
    display: none;
    }
    p.slide-para {
    display: none;
    }
    
    Thanks & Regards
    Gourav Shrivastava
     
  3. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
    On this sam note, how would I remove the button as well.

    Thank you.
     
  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:
    .nivo-caption a.slide-button {
    display: none!important;
    } 

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page