• Resolved doczimute

    (@doczimute)


    Hello
    After updating to version 2.1.7, I noticed a problem with the Testimonials block. Before the update, the customer image would fit into a circle. After the update, the customer image fits into a coat of arms. Is this normal? I can’t turn this coat of arms into a circle!

    Before | After

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gowinda

    (@gowinda)

    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

    Thread Starter doczimute

    (@doczimute)

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.