Hello Support,
http://shelli.bydecosta.com/praise/
Is there a way to change the images that are being displayed in the Testimonials to be changed from Circle to Rectangle and also is there a way to increase the image size.
Thanks for your awesome support.
Hey!
Try adding this code to the Quick CSS:
.avia-testimonial-image, .avia-testimonial-image img{
border-radius: 0 !important;
}
Cheers!
Josue
Thats great thanks.
How can I increase the image size.
Thanks again for all the amazing support.
Marcelo
Hey Marcelo!
Modify the first code i gave you to:
.avia-testimonial-image, .avia-testimonial-image img{
border-radius: 0 !important;
width: 100px;
height: 100px;
}
Regards,
Josue
Thank you,
Perfect
You are welcome, always glad to help :)
Regards,
Josue