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
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,