Theme4Press › Forums › evolve › Bootstrap Slider Text and Buttons. › Reply To: Bootstrap Slider Text and Buttons.
#26417
|
Hi,
Sorry, not possible to revert to old Bootstrap Slider design.
It’s also not possible to center the captions, they have different HTML structure now.
You can use the following to remove caption title and content background.
1 2 3 4 5 6 7 |
.carousel-caption h2 { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; } .carousel-caption p { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; } |
Thank you