/ all snippets

Add Background to Pagination on Carousel Widgets

This CSS snippet adds a background to the pagination element 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 .swiper-pagination {
    border-radius:20px;
    background: #0B050347;
    padding:7px;
}