Removing drop shadows from thumbnails in smugmug layout
kgphotos
Registered Users Posts: 106 Major grins
Hello. I would like to add a drop shadow to my slideshow on the homepage, my folders and galleries, and the main image in the smugmug layout. I don't want the drop shadow on the thumbnails in smugmug layout. I tried this code that I got from another thread:
.sm-tile-content {
box-shadow: 5px 5px 5px #000;
}
It did work, however it applied it to the thumbnails as well, which I don't want. So, is there another code that I need to add to remove the drop shadow from the smugmug thumbnails?
Thanks for your help! It is greatly appreciated!
Karen
my website: http://www.karengrantphotography.com
.sm-tile-content {
box-shadow: 5px 5px 5px #000;
}
It did work, however it applied it to the thumbnails as well, which I don't want. So, is there another code that I need to add to remove the drop shadow from the smugmug thumbnails?
Thanks for your help! It is greatly appreciated!
Karen
my website: http://www.karengrantphotography.com
0