Tagged: scroll to top
Hello, I am wondering how I can make the scroll to top button appear earlier perhaps when I scroll down approximately like 100-200 px. I feel like it takes a good amount of page scrolling before the button appears.
By the way, this is my first theme I purchased and am learning WordPress. It has been a very user friendly experience and I love it so far. Thank you so much.
Hey BadAndyStudios!
Please go to wp-content\themes\enfold\js folder and open Avia.js file and find
var st = win.scrollTop();
if(st < 500)
and change it to
var st = win.scrollTop();
if(st < 100)
Cheers!
Yigit
Thank you so much it worked perfectly. I really appreciate the prompt response. I just want to say again, you guys offer amazing support for this theme. Will highly recommend to my friends. Thank you.