[Resolved] Create “shadow border” around blog post cards

Home Forums Support [Resolved] Create “shadow border” around blog post cards

Home Forums Support Create “shadow border” around blog post cards

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1783833
    CRAIG

    The blog post cards throughout the site I am building have white backgrounds, and the website itself is on a white background, therefore, the blog post “cards” don’t stand out very well.

    I could add a border from WP show posts pro, however, the border I want to add is a “shadow” border rather than a solid line around each card.

    You can add borders from the plugin but there isn’t a way to add a “shadow” border.

    Could someone assist me with this?

    I have privately added a link to a categroy page on the site I am building where you will be able to see the cards.

    Thanks

    Craig

    #1784246
    David
    Staff
    Customer Support

    Hi there,

    could you raise this topic in the WPSP Support Forum

    #1784390
    CRAIG

    They don’t seem to respond over there hence my asking here

    #1784679
    David
    Staff
    Customer Support

    try this CSS:

    .wpsp-card .wp-show-posts-inner {
        box-shadow: 0 3px 10px 5px rgba(0,0,0,0.25);
    }
    #1784820
    CRAIG

    Awesome David, thanks for your help!

    #1784828
    David
    Staff
    Customer Support

    Glad to be of help

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