Scroll to top button (the point from which it shows up)

Hello Travelify Forum,
how can I edit the scrolling amount/position from which the scroll-to-top-button appears (means css .back-to-top is set to display:block)?
(Question is not about position, color etc. This works fine via additional css.)

Hi There,

Thanks for reaching out to us.

Unfortunately, I did not clearly understand the issue that you are having.

Kindly explain to me more so that I may be able to advise further.

Hope to hear from you soon.

Good morning and thanx for your reply!
Second try to explain my problem:
I am in mobile view.
I scroll down a page.
From a certain y-amount of scrolling the button “up to top” appears.
I want to edit the amount (pixel in y-direction), when the button “up to top” shows up.
(In my page I think, it comes too “late”).

Hope You can understand my problem now.
(Can’t give a link, because still on stage-server. Sorry)

Best regards
Carsten

Hi - me again.
I found the solution in:
…\themes\travelify\library\js\functions.min.js on line 12:
{if(jQuery(this).scrollTop()>1e2){jQuery(".back-to-top").fadeIn()…
I set >1e3 to >1e2 which is perfect for me.

May be somebody else looking for this…

Best regards from Berlin
Carsten

Carsten thank you for sharing solution

I will close this case but let us know if you have anything else in new ticket