Removing Text Over Slider

Discussion in 'Woodpecker WordPress Business Theme' started by frederickads, Jan 1, 2014.

  1. frederickads

    frederickads New Member

    Joined:
    Aug 13, 2013
    Messages:
    26
    Likes Received:
    0
    How would I go about removing the slider title and description? Also is there a way to allow for custom slider dimensions? Fore example, I do not wish to have my slider be so tall. Thanks for the great theme!
     
  2. frederickads

    frederickads New Member

    Joined:
    Aug 13, 2013
    Messages:
    26
    Likes Received:
    0
    Never mind about slider dimensions... I see now that I can use whatever I want. Just need to know how to remove slider descriptions. Also the slider photo darkens upon upload, can I disable this?
     
  3. 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{
    background:none;
    }
    .slider-caption-container{
    display:none;
    }
    This will solve your issue.

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page