Hello! I would like to remove the thick border around the thumbnail images in both: Combo and Recent Posts widget, and also increase the image thumbnail size to be as large as the old border + image.
Thank you for any insight!
Hi onegirlrtw!
Thank you for using Enfold.
Please use this on Quick CSS:
span.news-thumb {
padding: 0;
}
.news-thumb img, .news-thumb img {
width: 36px;
height: 36px;
}
Regards,
Ismael
Perfect! Looks much better, thank you!