Forums
Home / Plugin: PE Recent Posts / Images
(@ukpigeonracing)
4 years, 6 months ago
Anyway of getting rounded corners on the images ?
(@pixelemu)
Hi
Thank you for contact.
There are no settings to round images. You can add it yourself by adding some CSS code to your theme:
.pe-recent-posts-outer .carousel-inner ul li img{ border-radius: 10px; }
Best Regards ML