GK-Testimonials Configuration

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Sun Jun 08, 2014 8:08 pm
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! :)
User avatar
Junior Boarder

GK User
Mon Jun 09, 2014 7:28 am
Hi,

Add this code into Simplicity/css/override.css file (first enable this override option from Template Otpions -> Advanced tab).

Code: Select all
.gk-testimonials figure img {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}
User avatar
Moderator

GK User
Mon Jun 09, 2014 1:45 pm
Thanks!
User avatar
Junior Boarder


cron