Hi,
Yes, we made some updates with the testimonials block. the image now does not follow the radius of the border. there are two solutions that you can try:
- remove the padding from the testimonial image.
- use custom CSS code. From the admin page, go to Appearance > Customize > Additional CSS on the left sidebar you can paste this code.
.guten-testimonials .testimonials-list .swiper-container .testimonial-box .comment-bio img {
border-radius: inherit;
}
We are sorry for the inconvenience. we will add an option to set the image radius separately in the next update.
Regards,
Gutenverse Support
I don’t really get a perfect circle with the proposed CCS code. However, the result is satisfactory while waiting for a new version.
Thank you and happy New Year.
With CSS