Site logo

Archived topic

Background shadow to post blocks

1 reply · Started by Reddy on September 24, 2021

Viewing posts 1–2 of 2

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.