Archived topic
Create "shadow border" around blog post cards
5 replies · Started by CRAIG on May 17, 2021
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
Hi there,
could you raise this topic in the WPSP Support Forum
They don’t seem to respond over there hence my asking here
try this CSS:
.wpsp-card .wp-show-posts-inner {
box-shadow: 0 3px 10px 5px rgba(0,0,0,0.25);
}
Awesome David, thanks for your help!
Glad to be of help