I am trying to create a responsive carousel with checkmarks and text without the pagination dots that appear on mobile. How can i disable these dot indicators? I have tried the following CSS without succes...:
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (max-width: 999px) and (min-width: 1px) {
.owl-theme .owl-nav.disabled+.owl-dots {
display: none !important;
}
}
Dear support,
I am trying to create a responsive carousel with checkmarks and text without the pagination dots that appear on mobile. How can i disable these dot indicators? I have tried the following CSS without succes...:
.image-carousel.owl-carousel .owl-nav div {
margin-top: -25%;
}
.image-carousel.owl-carousel .owl-dots {
display: none;
}
https://mmi.kaige.nl/young-adult/
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thanks! And is there a way to get it to loop Only on Mobile view?
Hey Again,
No i am afraid there is no such option available at the moment.
Best
ThemeNectar Support Team