Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #215303

    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.

    #215350

    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

    #215615

    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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Scroll to Top – How to make it appear higher on the screen’ is closed to new replies.