Remove photo from testimonials

Is there a way to remove the photo section from testimonial?

Hey there

I hope you are well today and thank you for your 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 -> Additional CSS

/*remove testimonial image*/
.testimonial-image {
    display: none !important;
}

Best Regards,
Support

Thank you!!!

You’re most welcome.

Please let us know if there’s anything else you’d like help with.

Best Regards,
Support.