Hi, welcome
1. Please add the class name callscroll by HTML codes in the of text editor (code mode):
<a class="callscroll" href="#">Link text</a>
2. Add the js codes by Simple Custom CSS and JS plugin:
jQuery(document).ready(function( $ ){
jQuery('.callscroll').each(function(){
jQuery(this).on('click',function(){
jQuery('html,body').animate({scrollTop: jQuery(window).height() }, 600);
return false;
})
})
});
ps: jQuery(window).height() means 100% of window height
Regards!
SeaTheme – FAQs – Twitter – Facebook