Okay
  Public Ticket #2140353
Owl Carousel
Closed

Comments

  • KaigeProductions started the conversation

    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/

  •  8,952
    Tahir replied

    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):

    @media only screen and (max-width: 999px) and (min-width: 1px) {
        .owl-theme .owl-nav.disabled+.owl-dots {
            display: none !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • KaigeProductions replied

    Thanks! And is there a way to get it to loop Only on Mobile view?

  •  8,952
    Tahir replied

    Hey Again,

    No i am afraid there is no such option available at the moment. 

    Best 


    ThemeNectar Support Team