remove dark-gray shadow over gallery background image

Discussion in 'StartPoint Business One Page WordPress Theme' started by bblsystems, Mar 11, 2014.

Thread Status:
Not open for further replies.
  1. bblsystems

    bblsystems Guest

    Joined:
    Jun 6, 2013
    Messages:
    12
    Likes Received:
    0
    Please provide code to remove layer shadow effect over gallery background image. When I upload a white background image for the gallery, it turns gray with the overlaying shadow.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #tiles > li:nth-child(n):hover {
    background: none;
    }
     
    This will solve your issue.
     
  3. bblsystems

    bblsystems Guest

    Joined:
    Jun 6, 2013
    Messages:
    12
    Likes Received:
    0
    thanks!
     
Thread Status:
Not open for further replies.

Share This Page