We're merging with GenerateBlocks! Learn more here.

[Resolved] Box Shadow

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Box Shadow

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #16698
    Ben
    Participant

    Hey Guys,

    Please take a look at my posts here: https://renovationrates.co.uk/

    How do I add a box shadow around each post card?

    Thanks

    Ben

    #16739
    Tom
    Keymaster

    Hi there,

    You’ll need to do something like this:

    .wp-show-posts article {
        box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.2);
    }
    #16839
    Ben
    Participant

    Hi Tom,

    That looks really weird.

    It looks like it’s applies the shadow to the column gutter: https://renovationrates.co.uk/

    I just need it on the tile itself like it is here: https://gardenseeker.com/

    Can that be done?

    Thanks

    Ben

    #16843
    Ben
    Participant

    Hey Tom,

    It’s OK, I fixed it.

    I had to amend the CSS a bit:

    .wp-show-posts-inner {
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.2);
    }

    Thanks

    Ben

    #16851
    Tom
    Keymaster

    Glad you got it sorted 🙂

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