Site logo

Archived topic

Post Background Shadow

5 replies · Started by Sourabh on November 29, 2020

Viewing posts 1–6 of 6

Hi,

Can you link us to the page you're working on?

You can provide the site details on the Private Information textfield. Thank you. :)

Ok

You can try adding this CSS:

article.post {
    -webkit-box-shadow: 10px 10px 27px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 27px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 27px 0px rgba(0,0,0,0.25);
}

Here's how to add the CSS - https://docs.generatepress.com/article/adding-css/

Thanks

No problem. :)

This archived topic is closed to new replies.