Box shadow only for thumbnail?
-
I use the following code to add shadow to the whole item in the grid:
.post-grid .item{ width: 200px; box-shadow: 5px 5px 5px #888; text-align: center; }but I would like to add this only to my thumbnail. What would go in place of ‘.item’ to affect only the thumbnail?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Box shadow only for thumbnail?’ is closed to new replies.