Responsive bs-carousel with hero headers

Regarding: bootsnipp.com/snippets/featured/responsive-bs-carousel-with-hero-headers

This carousel is great, thank you. Is there an easy way to add left and right arrows on each side of the slideshow?

I have the below code from a different slideshow, not sure if I can easily add it in:

<div>

<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">

<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>

<span class="sr-only">Previous</span>

</a>

<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">

<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>

<span class="sr-only">Next</span>

</a>

</div>

llorenzo27 () - 5 years ago - Reply 0


replace HREF with DATA-TARGET

webtux () - 5 years ago - Reply 0