Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27378

    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

    #133835

    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

    #133836

    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;}”

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Testimonial’ is closed to new replies.