How do we change the circle shape on the images that go along with the testimonial element and make them square or rectangle, instead of a circle. The circle shape cuts off the logos we are trying to add and having them just show as a square would work better for us, how do we change that on the testimonials element?
Hi mberschens!
Please try the following in Quick CSS under Enfold–>General Styling:
.avia-testimonial-image {
border-radius: 0px !important;
}
Regards,
Rikard
Hi I added the CSS you provided in the Quick CSS area on the General Styling tab in the Enfold settings.
It did not work, it didn’t change the shape of the logo, it is still a circle on the testimonials element.
see the bottom of this page.
http://03c0309.netsolhost.com/wp/
Thanks.
Hey!
Please add following code to Quick CSS as well
.avia-testimonial-image img {
border-radius: 0 !important;
}
Regards,
Yigit
Thank you that last bit of code worked.
I noticed though that one of the logos is cut off – it doesn’t fully show in the square.
It is the first one on the left of the list of logos – for the testimonial for Heart of Texas Healthcare System
How do we fix that?