Jump to content

Recommended Posts

Posted

Does anyone have code for the slideshow (the one which links to the file drop) that it doesn't have the right and left arrows? I just want to use it without to display photos.

Thanks in advance

Posted

Hi @Sue Busher

Removing this code:

    <!-- Left and right controls -->
    <a class="left carousel-control" href="#Carousel_ID" data-slide="prev">
        <span class="carousel-arrow-left"></span>
    </a>
    <a class="right carousel-control" href="#Carousel_ID" data-slide="next">
        <span class="carousel-arrow-right"></span>
    </a>

Should solve the problem for you.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...