Viewing 1 replies (of 1 total)
  • The plug already does this:
    simply place the anchor in your link you wish to scroll too:

    Example:

    <a href="#demo" ><span style="color:#B5DCDD;" class="glyphicon el-icon-chevron-down"></span></a>

    Explanation:
    The #demo is the link’s ID

    id example: (see it there, right after the opening div tag? and notice the # in the first code block but not in the 2nd code block)

    <div id="demo" class="row text-center">
    <h1><small>Meet Shoestrap, the most advanced WordPress theme based on Bootstrap</small></h1>
    </div>

    Hope this makes sense and helps
    Shane

Viewing 1 replies (of 1 total)
  • The topic ‘Any way to extend this to create scroll down function?’ is closed to new replies.