Site logo

[Resolved] Scroll back to the top bottom

Home Forums Support [Resolved] Scroll back to the top bottom

Home Forums Support Scroll back to the top bottom

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2527871
    Sam

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

    Thanks!

    #2527874
    Leo
    Staff
    Customer Support

    Hi there,

    This should help:
    https://docs.generatepress.com/article/back-to-top-button/

    Let me know 🙂

    #2527883
    Sam

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

    #2527887
    Leo
    Staff
    Customer Support

    Try this CSS:

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

    thank you!

    #2540277
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.