Woodpecker Theme

Discussion in 'InkThemes-Support Working Hours' started by stanridge, Oct 9, 2015.

  1. stanridge

    stanridge New Member

    Joined:
    Apr 30, 2015
    Messages:
    1
    Likes Received:
    0
    When I use the following CSS
    .nivo-caption {
    display: none !important;
    }
    it removes the slider dimming, but it also removes the slider headings and description.
    How do I remove the slider dimming, and still retain the slider heading and description?
    Bill Blake: email: [email protected]
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .nivo-caption {
        background: none !important;
    }

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page