Footer link "Home" to flow back to top

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Footer link "Home" to flow back to top

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8180

    Hi

    How do I set the footer link “Home” so when it’s clicked it flows to the top in a similar fashion to the arrow in the bottom right?

    Thanks

    #8197
    Raghavendra
    Moderator

    You will need to add the required JS code to achieve this. Pls modify js/main.js file and insert something like below –

    $('#menu-footer li#menu-item-5208 a').smoothScroll();
    

    Replace with the menu-item number for the Home link above. Pls make sure there are no errors in the console after you make the change (the code above has to be with document.ready function).

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.