Add borders to images in popup

Add this code to the Custom CSS field on the Settings tab of your Blog widget’s settings:

[class*="post__FeaturedImage-sc"],
.es-post-img-wrapper img {
border-width: 2px;
border-style: solid;
border-color: red;
border-radius: 0px;
}
1 Like