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

    How do we change the circle shape on the images that go along with the testimonial element and make them square or rectangle, instead of a circle. The circle shape cuts off the logos we are trying to add and having them just show as a square would work better for us, how do we change that on the testimonials element?

    #423396

    Hi mberschens!

    Please try the following in Quick CSS under Enfold–>General Styling:

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

    Regards,
    Rikard

    #424176

    Hi I added the CSS you provided in the Quick CSS area on the General Styling tab in the Enfold settings.

    It did not work, it didn’t change the shape of the logo, it is still a circle on the testimonials element.
    see the bottom of this page.

    http://03c0309.netsolhost.com/wp/

    Thanks.

    #424193

    Hey!

    Please add following code to Quick CSS as well

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

    Regards,
    Yigit

    #424208

    Thank you that last bit of code worked.
    I noticed though that one of the logos is cut off – it doesn’t fully show in the square.

    It is the first one on the left of the list of logos – for the testimonial for Heart of Texas Healthcare System
    How do we fix that?

    #424223

    Hey!

    Please make sure to upload your image in square form to avoid having ‘cut off’ issues :)

    Cheers!
    Yigit

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