Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #750226

    Hi, is there a way to make the images in the testimonial grid show up square instead of the default circles? I have some images that are being cut off in the circle frame.

    Thanks,
    Brent

    #750398

    Hey brentd99,

    Add this to quick css and you should be just fine:

    .avia-testimonial-image {
    float: left;
    margin: 0 20px 0 0;
    width: 80px;
    height: 80px;
    border-radius: 0px !important;
    overflow: hidden;
    }

    Best regards,
    Jordan Shannon

    #750622

    Thanks Jordan, but after adding this, the images still show up with the circle frame.

    #750628

    Hi,

    Could you please privately provide the admin info so that I can take a closer look into this?

    Best regards,
    Jordan Shannon

    #750636

    Hi!

    Please also add the following

    .avia-testimonial-image img { border-radius: 0px !important; }

    and let us know if it works

    Cheers!
    Basilis

    #750645

    Adding that did the trick! Thanks guys, much appreciated!

    #750660

    Glad that you were able to get this worked out.
    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.