Total Docs
Home
Docs
Icons
Snippets
Filters
Videos
Changelog
Get Theme
Menu
Search
Snippets: Hide Scroll To Top Button On Mobile
This snippet was last updated on
December 3, 2015
@media only screen and (max-width: 959px) { #site-scroll-top { display: none !important; } }
All CSS snippets should be added via a
child theme's
style.css file or using the built-in
Custom CSS panel.