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

    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.

    #272141

    Hey!

    Try adding this code to the Quick CSS:

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

    Cheers!
    Josue

    #272164

    Thats great thanks.
    How can I increase the image size.

    Thanks again for all the amazing support.

    Marcelo

    #272168

    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

    #274781

    Thank you,

    Perfect

    #274783

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Testimonials – Changing image from Circular to Square or Rectangle’ is closed to new replies.