[Resolved] Back to the top button

Home Forums Support [Resolved] Back to the top button

Home Forums Support Back to the top button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #480361
    Sebastián

    Hi I would like to only show the back to the top button on desktop.

    #480456
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

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

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #480507
    Sebastián

    Worked. Thanks!

    #480779
    Leo
    Staff
    Customer Support

    No problem 🙂

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