/ all snippets

Add Border Radius to Elementor Slides Widget

This CSS snippet adds border radius to the Elementor Slides widget

If you don't have Elementor Pro, you can replace the prefix of "selector" with a CSS class you can define yourself. To add the CSS snippet, you can use the HTML widget.

selector .elementor-slides-wrapper.elementor-main-swiper.swiper {
  border-radius: 50px;
}