How to remove the Square images from behind thumbnail in Gallery

Discussion in 'Woodpecker WordPress Business Theme' started by jezbellkid, Jul 4, 2015.

  1. jezbellkid

    jezbellkid Member

    Joined:
    Aug 20, 2012
    Messages:
    51
    Likes Received:
    1
    Is there any way to remove the square images from behind the thumbnail in the gallery. I would like the plain thumbnail with no background border or shadow.
    Please see http://bearcountrycabin.ca/kitchen/

    Thanks
     
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there

    Code:
    .bg-up div {
      border: 1px solid #FFF !important;
      box-shadow: 0px 1px 4px 1px rgba(255, 255, 255, 0.3) !important;
     
      }
      .bg-down div {
      border: 1px solid #FFF !important;
      box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.3) !important;
      }
    Hope it helpful,
     

Share This Page