Testimonial avatar

Home Forums Jevelin Theme Testimonial avatar

Home Forums Jevelin Theme Testimonial avatar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • Thabit2017
    Participant

    Hi

     

    I’m hoping you can help.

    I’m using the testimonial content element here: https://agsurveying.co.uk/testimonials/

     

    However as you can see, the circular avatar doesn’t work for each of the logos I want to use. I’ve tried using different styles but style 1 is the one I really like.

     

    Is there a way to change the avatar so that it’s square and doesn’t cut off the logos?

     

    Thanks

    Amy

    Hi Amy,

     

    I hope you are well today and thank you for your question.

     

    Is there a way to change the avatar so that it’s square and doesn’t cut off the logos?

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-testimonials-style1 .sh-testimonials-image {
        border-radius: 0;
    }

     

    Best regards,
    Shufflehound team

    Thabit2017
    Participant

    Hi

     

    Thank you for this! We’re nearly there however the fixed square does still cut off the majority of our logos.

     

    Do you have any recommendations on how we might be able to adjust this so that the full logo shows on each – whether square or rectangular?

     

    Thanks

    Amy

    Solution for this topic

    Please try changing above shared CSS code as following.

     

    #page-container .sh-testimonials-style1 .sh-testimonials-image {
        border-radius: 0;
        background-size: contain;
        background-repeat: no-repeat;
    }

    Thabit2017
    Participant

    Thank you that’s worked perfectly

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)