ELB2021 Posted March 3, 2021 Share Posted March 3, 2021 Site URL: https://polygon-rabbit-4zag.squarespace.com/ Successfully used this guide to add a floating "back to top" button to the website. Is there a way to hide the added button for mobile view? Thank you in advance! Link to comment
tuanphan Posted March 7, 2021 Share Posted March 7, 2021 Hi. Add to Design > Custom CSS /* Hide mobile back to top */ @media screen and (max-width:767px) { a#back-to-top { display: none; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment