Hi, is there a way to make the images in the testimonial grid show up square instead of the default circles? I have some images that are being cut off in the circle frame.
Thanks,
Brent
Hey brentd99,
Add this to quick css and you should be just fine:
.avia-testimonial-image {
float: left;
margin: 0 20px 0 0;
width: 80px;
height: 80px;
border-radius: 0px !important;
overflow: hidden;
}
Best regards,
Jordan Shannon
Thanks Jordan, but after adding this, the images still show up with the circle frame.
Hi,
Could you please privately provide the admin info so that I can take a closer look into this?
Best regards,
Jordan Shannon
Hi!
Please also add the following
.avia-testimonial-image img { border-radius: 0px !important; }
and let us know if it works
Cheers!
Basilis
Adding that did the trick! Thanks guys, much appreciated!
Glad that you were able to get this worked out.
Best regards,
Jordan Shannon