• alexrunhaar

    (@alexrunhaar)


    How do I decrease the size of the bootstrap slider? I need to decrease the height. Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Upload photos that are shorter in height.

    So the photos should be the same height, what about the width or doesn’t it matter?
    Also how to have the title and caption only appear when I am hovering over the slider?
    Thanks!

    hi cklass ,

    #bootstrap-slider .carousel-caption{opacity:0;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
    #bootstrap-slider .item:hover .carousel-caption{opacity:1}

    ad this codes in :
    Appearance > Theme Option > Custom CSS

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Decreasing height of Bootstrap slider’ is closed to new replies.