Archived topic
Background shadow to post blocks
1 reply · Started by Reddy on September 24, 2021
Viewing posts 1–2 of 2
Hi,
I want to add a little background shadow to the post blocks on the home page and archives.
Example Image: https://ibb.co/0yBGrrN (need like this shadow)
Need shadow here, image: https://ibb.co/gMhtL1y
Pl suggest.
Regards
San
Hi there,
you can use some CSS to do that:
.generate-columns-container .inside-article {
box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}
This archived topic is closed to new replies.