make skip links scroll instead of jump
Hello,
when I click a skip link link <a href="www.mysite.com/#skip">My Link</a> it jumps to the ID, but I've seen other sites, where it scrolls there smoothly...How can I achieve this with BeTheme?
when I click a skip link link <a href="www.mysite.com/#skip">My Link</a> it jumps to the ID, but I've seen other sites, where it scrolls there smoothly...How can I achieve this with BeTheme?
Comments
you will have to add a class="scroll" to your <a> element.
thanks