Brilliant update, great work.
I want to use the testimonials as a series of quotes from journals with a rectangular logo from the journal instead of a circular head shot – as in the attached mock up. The logos would all be 200px width with varying height. I’ve tried changing bits of Testimonial CSS – e.g. .avia-testimonial-image width and height – but it’s not working out. Is this possible?
Hey envapk2!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
.avia-testimonial-image img {
border-radius: 0;
}
#top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image {
width: 200px;
height: 80px;
border-radius: 0;
}
#top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image img {
width: 200px;
}
Adjust the width.
Regards,
Ismael
Hi!
Please use this plugin: https://wordpress.org/plugins/simple-image-sizes/
Look for the square thumbnail size. Adjust the width and height then set the crop parameter to No. Update then save changes. Regenerate the thumbnails or upload them again.
Regards,
Ismael
That’s great Ismael, it works nicely.
many thanks
Peter