Hi
The image holder in the template adds a "circle cropping effect" to the images uploaded. My client wants to put up full sized images.
How can I use the same code/ image location but remove the circle effect?
Thanks for any assistance in advance!
.gk-testimonials figure img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}