Hello,
How can I change the size of the picture that appears with testimonial? I want it to be a square not a circle.
Thanks
Hi arnijon,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .avia-testimonial-image img {
border-radius: 0px !important;
}
Regards,
Devin
Thanks for the help. It didn’t seem to work but I managed to find similar code in shortcodes which I changed into “.avia-testimonial-image{float:left; margin:0 20px 0 0; width:100px; height:100px; border-radius: 0px; overflow: hidden;}”