Woodpecker - remove decription & buttons in slider image

Discussion in 'Woodpecker WordPress Business Theme' started by reachops, Sep 30, 2014.

  1. reachops

    reachops New Member

    Joined:
    Sep 30, 2014
    Messages:
    16
    Likes Received:
    0
    Hello, please tell me how to remove the description and button in the slider image so that only the image displays. Thank you!
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .slider-caption-container {
    display: none;
    }
    Thanks & Regards
    Pramod Patel
     

Share This Page