[Resolved] Post Background Shadow

Home Forums Support [Resolved] Post Background Shadow

Home Forums Support Post Background Shadow

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1556970
    Sourabh

    Hi,

    how to make this background shadow for each post –

    https://docs.generatepress.com/article/installing-gp-premium/

    #1557042
    Elvin
    Staff
    Customer Support

    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. ๐Ÿ™‚

    #1557045
    Sourabh

    Ok

    #1557053
    Elvin
    Staff
    Customer Support

    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/

    #1557759
    Sourabh

    Thanks

    #1559399
    Elvin
    Staff
    Customer Support

    No problem. ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.