Site logo

Archived topic

how to add a shadow effect featured images in the archives section

1 reply · Started by Sanu Kumar on April 5, 2020

Viewing posts 1–2 of 2

Hi there,

Try this CSS:

.post-image img {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
This archived topic is closed to new replies.