remove filter on slider image

Discussion in 'Woodpecker WordPress Business Theme' started by reachops, Oct 2, 2014.

  1. reachops

    reachops New Member

    Joined:
    Sep 30, 2014
    Messages:
    16
    Likes Received:
    0
    It appears there is a filter on the slider image. How can I remove it so that it does not dull the image? Thanks.
     
  2. urooj

    urooj New Member

    Joined:
    Dec 8, 2012
    Messages:
    18
    Likes Received:
    0
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .nivo-caption{
    background:none;
    }
     

Share This Page