Site logo

Archived topic

Featured image shadow

3 replies · Started by Ashish on June 23, 2020

Viewing posts 1–4 of 4

dear sir i addedd additional css like this -
.entry-content img {
padding: 0px;
box-sizing: border-box;
box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}

this is working fine and looking cool. but also i want to show shadow on featured image on homepage column block.

here - https://ibb.co/pjbsLnH

how to do that ????

Hi there,

Try this:

.post-image img {
    padding: 0px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}

Thanks sir, now its working fine :)

No problem :)

This archived topic is closed to new replies.