Hi
Thanks for reaching out to us. Yes, you can do it, but it requires many customizations. I’m sorry to say we do not offer customization support. However, I can give you a tip: You can use some CSS to make the image round. Here is an example of CSS that can give any image a round shape. Follow the CSS below:
your-image-class img {
width: 90%;
border-style: solid;
border-width: 5px 5px 5px 5px;
border-color: var(--e-global-color-3c2ad25);
border-radius: 50% 50% 50% 50%;
}
This will make your images look like that effect.
https://prnt.sc/Nwj8NsKnhDEu
You can inspect that site and check the CSS codes, then apply them to your site. It should work. For CSS inspection, you can check our blog below:
https://www.joomshaper.com/blog/which-line-of-css-i-have-to-edit-code-inspector-in-action
NOTE: Make sure you have a full site backup before making any changes.
Hope it helps.
-Regards.