• Resolved goonhoon

    (@goonhoon)


    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)
  • Plugin Author PickPlugins

    (@pickplugins)

    Thanks for using our plugin,

    Please try following CSS

    
    .post-grid .item .layer-media {
        overflow: visible !important;
    box-shadow: 5px 5px 5px #888;
    }
Viewing 1 replies (of 1 total)

The topic ‘Box shadow only for thumbnail?’ is closed to new replies.