Hello,
I’m currently trying to remove the rounded corners on the testimonial images, to keep them square, to put logos into, and am having a bit of an issue with it. I currently have applied the following CSS to custom.css to no avail.
.avia-testimonial-image {
border-radius: 0px !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
}
Thanks for any help on the matter!
Hey bryandugan!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-testimonial-image img, .avia-testimonial-image {
border-radius: 0;
}
Cheers!
Yigit
Hey Yigit!
Thanks for the quick reply. I have tried placing the CSS into the Quick CSS menu under the styling tab, as well as custom.css with no luck. The site I am working on with an example would be here. http://georgewordpress.dprodesigns.com/testimonials/
Thanks,
Bryan Dugan
Hey!
Please flush your browsers cache and refresh your page a few times, it seems to be working fine on my end http://i.imgur.com/YCbpiWn.jpg
Regards,
Yigit
Hey!
Whoops, silly me, didn’t think I would have to flush my browsers cache for a border-radius change. Thanks again for the help Yigit. Much appreciated!
Cheers!
Bryan Dugan