• Closed
  • AJ Taylor
    Spectator
    May 3, 2016 at 8:29 pm #27270

    Only using one slide on Bootstrap slider and wondering how to remove back and forward arrows

    Found this solution (code below) on another site and tried but does not seem to work:

    I have some other code in my Custom CSS so perhaps am not putting in correct place?

    —————————————————————————-

    .left.carousel-control, .right.carousel-control {
    display: none !important;
    }

    Denzel Chia
    Moderator
    Posts: 2656
    May 4, 2016 at 2:53 am #27286

    Hi,

    The solution works.

    .left.carousel-control, .right.carousel-control {
    display: none !important;
    }

    You have to check your other custom css codes, check whether they have syntax error.
    Any syntax error, will cause other css codes to break.

    Thank you