Home › Forums › Pro Support › Trying to replicate some post views › Reply To: Trying to replicate some post views
April 3, 2019 at 4:58 pm
#8530
Keymaster
Try this CSS:
.wpsp-card .wp-show-posts-image img {
width: 100%;
border-width: 6px;
border-bottom-width: 10px;
border-bottom-style: solid;
border-bottom-color: #4db3ff;
}
.wp-show-posts-image,
.wpsp-card .wp-show-posts-inner {
overflow: visible;
}