Tagged: CSS, testimonials
Hi there. Is it possible to make the testimonial pictures square instead of round?
Hi,
You can add this on your custom.css or Quick CSS
.avia-testimonial-image img, .avia-testimonial-image {
border-radius: 0;
}
Regards,
Ismael
Thanks a lot!