Styling
Variables
Create these in the Base collection in your project's variables.
swiper-navigation-color
Color
Set's the navigation color for next/prev arrows
swiper-theme-color
Color
Not working
swiper-navigation-size
Size
Not working
.swiper-slide {
background: #eee;
display: flex;
align-items: center;
justify-content: center;
}
.swiper-pagination-bullet {
background: #333;
}
.swiper-button-next,
.swiper-button-prev {
color: red;
}
Future
dark mode light mode
instance-level styling
Last updated