Changing the controls
-
I’m trying to change the way the controls show, using background images. But all that ever shows is the glyph < and >. I’ve tried changing the z-index, floating/not floating, absolute/relative positioning, and nothing has done the trick. Suggestions?
.carousel-control.left { background: url('../images/slider_left_arrow.png') no-repeat; float: left; } .carousel-control.right { background: url("../images/slider_right_arrow.png") no-repeat; float: right; }
https://www.ads-software.com/plugins/cpt-bootstrap-carousel/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Changing the controls’ is closed to new replies.