• Closed
  • Mike
    Spectator
    18.03.2016 at 06:52 #25591

    Hi,

    I’m looking to remove the dots that appear in the center bottom of the carousel slider widget. On my phone if there are more than 2 lines of text these dots are pressing the text out of the box.

    Thanks,

    Mike

    Denzel Chia
    Moderator
    Posts: 2656
    19.03.2016 at 07:46 #25647

    Hi,

    You can use the following in Theme Options -> Custom CSS

    .carousel-indicators {
    display: none !important;
    }

    Thank you