Rounded featured images
Hello,
we are developing a new website and we need to have rounded featuted images in our blog. Our site is being developed at [Links visible only for registered users]
How could we have all featured images rounded (with border radius)?
Thank you in advance!
Vasilios
Comments
Hi,
Try the following CSS code:
.blog_wrapper .post .image_wrapper img{ border-radius: 20px; }Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards