Tagged: image, picture, testimonial
I’m curious to learn how I can increase the picture of the person in the grid testimonial element please
would it be:
.avia-testimonial-image img, .avia-testimonial-image {
border-radius: 0px;
}
?
Thank you
Hey Nathan!
border-radius is there, to make the image been a circle, so if you have to remove that to make it bigger then it works for you yes.
Let us know if that is not exactly what you need or you need something else
Best regards,
Basilis
I have:
.avia-testimonial-image img, .avia-testimonial-image {
border-radius: 60px;
}
in Quick CSS
and when I see on the main page
http://vitalthrive.us/
The testimonial pictures are still the same size and don’t seem to have increased size yet?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-testimonial-image {
width: 100px;
height: 100px;
}
Best regards,
Yigit
When I see the size of the images for the grid testimonial have a larger size from the code you provided I feel thankful because this has met my need for reassurance people can see the people now!
thank you