Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #220116

    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!

    #220122

    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

    #220126

    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

    #220138

    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

    #220146

    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

    #220151

    Hi!

    You are welcome Bryan, glad we could help :) Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove Rounded Corners in Testimonials.’ is closed to new replies.