• Closed
  • John Choi
    Spectator
    12.11.2015 at 15:17 #22029

    How do I change or get rid of black background showing at the sides of slide after I disabled ‘Bootstrap Slides 100% Background’?

    Denzel Chia
    Moderator
    Posts: 2656
    13.11.2015 at 04:40 #22040

    Hi,

    Please provide your website url to your bootstrap slider.

    Thanks!

    John Choi
    Spectator
    Posts: 2
    13.11.2015 at 08:31 #22046
    Denzel Chia
    Moderator
    Posts: 2656
    14.11.2015 at 07:11 #22055

    Hi,

    Please use the following codes in Theme Options -> Custom CSS

    #bootstrap-slider {
    background: #fff none repeat scroll 0 0 !important;
    }
    .carousel-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }

    You can change the background #fff to other color hex code.

    Thanks!