Hi @Tal,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
body.rtl .swiper-button-prev.swiper-custom-left {
left: auto !important;
right: 0 !important;
}
body.rtl .swiper-button-next.swiper-custom-right {
left: 0 !important;
right: auto !important;
}
Kind regards,
The 8Theme Team