changing size Testimonial circle

Hallo, its me again. :slight_smile:

I want bigger pictures for testiominials - They are displayed in a circle, which a want to make a little bit larger. How can i to this?

This is my site: urbannature.shiatsupeter.at testimonials are at the end.

Thanks!

Hi @shiatsupeter,

Thank you for your another question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

img.testimonial-img {
    width: 150px;
    height: 150px;
}

Best Regards,
Movin