Site logo

Archived topic

Scroll back to the top bottom

5 replies · Started by Sam on February 9, 2023

Viewing posts 1–6 of 6

Hi - where can I find how to add the scroll to the top little arrow?

Thanks!

Thanks Leo! Is there a way to have it for just desktop and not mobile?

Try this CSS:

@media (max-width: 768px) {
    .generate-back-to-top {
        display: none;
    }
}

thank you!

No problem :)

This archived topic is closed to new replies.