• Closed
  • Mike
    Spectator
    March 18, 2016 at 6:52 am #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: 2672
    March 19, 2016 at 7:46 am #25647

    Hi,

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

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

    Thank you