• Closed
  • March 29, 2017 at 9:13 pm #33178

    Was wondering how to remove the side arrows from the bootstrap slider? Thanks for your time and I am really enjoying using this theme.

    Priyank
    Spectator
    Posts: 747
    March 30, 2017 at 9:01 am #33184
    This reply has been marked as private.
    Laura Villamil
    Spectator
    Posts: 1
    April 1, 2017 at 1:08 am #33260

    I was wondering the same thing. How do you remove the side arrows for both the bootstrap slider and the parallax slider. Also, how do you customize the text boxes (color and size of the boxes, not the font) in the bootstrap slider.

    Priyank
    Spectator
    Posts: 747
    April 1, 2017 at 8:59 am #33275

    Hi Laura,

    Please use above css code for removing the side arrows for the bootstrap slider.

    Use this css code for removing the side arrows for the bootstrap slider.
    .da-arrows {
    display: none;
    }

    For customize the text boxes of bootstrap slider
    #bootstrap-slider .carousel-caption h2 {
    background: rgba(0, 0, 0, 0.7); //you want to it
    padding: 39px 25px; //you want to it
    }
    #bootstrap-slider .carousel-caption p {
    background: rgba(0, 0, 0, 0.7); //you want to it
    padding: 39px 25px; //you want to it
    }

    Thank you