Looking to add shadow to folder and gallery page thumbs
brandofamily
Registered Users Posts: 2,013 Major grins
I tried this code to add a shadow to the folder/ gallery page thumbs... but it effects the thumbs in the SM gallery too... I don't want those shadowed as they are too close together... Can someome help to remove the shadows on the SM gallery thumbs but keep them for the folder/ gallery thumbs?
/*Shadow for Folder & Gallery Images*/ .sm-user-ui .sm-tiles .sm-tile-content { box-shadow:6px 6px 3px rgba(0,0,0,.3); -webkit-box-shadow:6px 6px 3px rgba(0,0,0,.3); -moz-box-shadow:6px 6px 3px rgba(0,0,0,.3); filter: progidXImageTransform.Microsoft.Shadow (Color='000000', direction='3', strength='3'); _filter: none; }
0
Comments
My Website index | My Blog
You lost me...
.sm-user-ui .sm-tiles .sm-tile-content:not(.sm-gallery-smugmug) {...}
My Website index | My Blog
Thanks for the idea, maybe someone will chime in with the correct code class to use...