Knowledge Base

How can I add rounded corners to the Image module?

Written by HubSpotted | Jun 18, 2026 11:48:48 AM

To add rounded corners, click on your Image module, open the Styles tab in the left-hand sidebar, navigate to the Border section, and adjust the Corner Radius setting to your liking.

However, sometimes it may work buggy. You can resolve it by applying the following CSS:

<style>
     .widget-type-linked_image { overflow: hidden; line-height: 0; }
</style>

Back to Knowledge Base