I am trying to make the images for the testimonials show as square or rectangular in shape instead of the circles. I’ve tried both of the css’s in this thread: https://kriesi.at/support/topic/testimonial-2/ but they only shifted the images inside of the circle instead of removing the radius border.
I’m using logos instead of portraits so they can’t be rounded at all.
Thanks
Hey sbrohamm!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-testimonial-image, .avia-testimonial-image img { border-radius: 0; }
Cheers!
Yigit
That did it!
Thanks Yigit.