Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #329065

    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?
    testimonial mock up

    #329487

    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

    #329649
    This reply has been marked as private.
    #330060

    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

    #330185

    That’s great Ismael, it works nicely.
    many thanks
    Peter

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Testimonials – rectangular images’ is closed to new replies.