Black Screen Issue: Please update your theme to ensure WordPress 5.6 compatibility. Dentalia 2.1 and Recycle 2.1 are now available on ThemeForest. 

Okay
  Public Ticket #2101016
Feature Request -- Rounded Corners
Closed

Comments

  •  2
    jmelldog started the conversation

    I would like to request the feature for rounding corners of images! There currently is a border radius option under design but it does not round the corners of the image. Also inputting custom CSS under attributes does not affect the overall image either for some reason.

    Thank you! 

  •  530
    OrionThemes replied

    Hi,

    The border-radius is set on a widget level, but the actual image is a child element and is not influenced by this setting due to its overflow settings.
    A quick fix would be to add a line of css on the widget:

    overflow:hidden;
    like this
    1842903226.png

    This will prevent child elements to be visible outside the borderlines of the widget element.

    Let me know if this works for you. If it doesn't solve the issue, please share the url to an example page with images which you would like to round, so I can help you with a proper solution.

    Kind regards,
    Andrej

  •  2
    jmelldog replied

    Worked beautifully thank you!