Pro: graphic in testimonial

Hello,
I would like to have a circular picture in my testimonial - how do I do that? I could not find any possibility to do that. Thank you!

Hi Vivien,

Thanks for reaching out.
You can set the Inner Border Radius value to 50% to get the Image circular. Please remember that the value of Radius need to be changed if the image is not Square in dimension.

Hope it helps.
Thanks

HI,
unfortunately I do not have this option in the testimonial graphic, please see the screenshot

Hi Vivien,

Sorry for the confussion, while using the Image option within the Testimonial element the border-radius options are not available. You need to add the following custom CSS code into the ELement CSS of the Testimonial element to get the image circular.

$el .x-image img
{
    border-radius:50% !important;
}

Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.

Thanks

aaah yessss that works! Thanks a lot for your help! :slight_smile:

Hi Vivien,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.