Hello i have the Testimonial Grid on my Homepage. The Picutres are all circles. Is it possible to get normal photos and not “cutting” it into circles?
Hi Jannis95,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
You can see it under “Unternehmen” at the End of the page.
Here are the Login Data:
Hi,
try this code inside of Quick CSS field:
.avia-testimonial-image img {
border-radius: 0px;
}
.avia-testimonial-image {
border-radius: 0px !important;
}
Best regards,
Andy