Home Forums Basel support forum Disable "Scroll to top button" on mobile

Disable "Scroll to top button" on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #158309

    satatech
    Participant

    Hello XTEMOS,
    Please guide me how to disable the Scroll To Top Button on mobile, but show on desktop,
    Thank you a lot.

    #158326

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    body .scrollToTop.button-show {
        display: none;
    }

    Best Regards

    #158332

    satatech
    Participant

    It’s perfect , thank you a lot Elise.

    Best Regards,

    #158336

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Disable "Scroll to top button" on mobile’ is closed to new replies.