Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello.
Is there a “Back to Top” button feature? So when someone is scrolling down the page, there would be a button they could click to take them back to the top of the page? Thanks!
Courtney I RHM
Hello,
Please add these lines into your custom css box:
.scrollup {
z-index: 9999;
display: block !important;
}
Best regards!
Hi Mihaila,
Thanks! That worked great. I appreciate the help.
Courtney
Hi Mihaila,
I could add ScrollUp into our website. However, I would like to show and hide it when making the scroll (hide at the top and show when scroll>0). Please give me instruction. Thanks!
You must be logged in to reply to this topic.