• Closed
  • juan espasa
    Spectator
    July 10, 2014 at 2:43 pm #8521

    Hello in the Bootstrap Slider, How can I remove the gray bar of the title of the slider?

    Roman
    Spectator
    Posts: 3147
    July 10, 2014 at 9:24 pm #10164

    insert in the Custom CSS field:

    Code:
    #bootstrap-slider .carousel-caption h2 {background:none;}
    juan espasa
    Spectator
    Posts: 13
    July 10, 2014 at 10:03 pm #10166

    The code didn’t work, the bar has become bigger

    juan espasa
    Spectator
    Posts: 13
    July 10, 2014 at 10:08 pm #10167

    Excuse me. It works, but I want to remove also the bar of the description.

    Roman
    Spectator
    Posts: 3147
    July 12, 2014 at 10:38 am #10177

    add more:

    Code:
    .carousel-caption {background:none;}
    Dave Cherry
    Spectator
    Posts: 7
    July 25, 2014 at 9:10 am #10262

    Hi Roman,

    Is there also a way to remove the arrows that allow you to switch between slides. I wish to only have one image.

    Thanks.

    Roman
    Spectator
    Posts: 3147
    July 25, 2014 at 10:43 am #10263

    insert in the Custom CSS field:

    Code:
    #bootstrap-slider .carousel-control {display:none;}
    Dave Cherry
    Spectator
    Posts: 7
    July 26, 2014 at 2:14 am #10265

    Thanks Heaps