Hide Scroll To Top Button On Mobile
@media only screen and (max-width: 959px) {
#site-scroll-top { display: none !important; }
}
Learn how to add custom CSS to your site.
@media only screen and (max-width: 959px) {
#site-scroll-top { display: none !important; }
}