/ all snippets

Fix Border Radius Issue During the Sliding Animation on Carousel Widgets

This CSS snippet fixes the border radius issue (sharp corners) during transitions on Elementor Carousel widgets (Image Carousel, Loop Carousel, Media Carousel, Testimonial Carousel, Carousel).

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{
    overflow: hidden;
}