.swiper-container
is now .swiper
; other class names remain unchanged.In Swiper 7.0, several CSS class names have changed compared to previous versions. If you are using a custom Swiper setup in Webflow, you must update these class references to ensure your slider works correctly.
.swiper-container
→ .swiper
(the main wrapper class).swiper-wrapper
(remains unchanged).swiper-slide
(remains unchanged).swiper-pagination
(remains unchanged).swiper-button-next
(unchanged, for navigation).swiper-button-prev
(unchanged, for navigation).swiper-scrollbar
(unchanged, for the scrollbar)If you previously used .swiper-container
, update it to .swiper
in:
.swiper-container
).swiper
instead)After updating, check for:
In Swiper 7.0, the primary class name change is from .swiper-container
to .swiper
. Other key class names remain the same. Update your Webflow custom code and styling accordingly to prevent conflicts.