areiser Posted August 30, 2019 Share Posted August 30, 2019 I'm sure there is some custom CSS that will do it but I just want to remove the mobile menu button at the top of the Kent template from my mobile site. I am just using a single page as a landing page with all the information and I do not need the menu at the top since it is empty. Link to comment
tuanphan Posted August 30, 2019 Share Posted August 30, 2019 @areiser If you wantHide in Entire Site, use this code /* Mobile */ div#mobileMenuLink { display: none; } Hide in One Page, use this /* Mobile */ body#collection-56b3a80ab09f956b607c1a7e div#mobileMenuLink { display: none; } Replace body#...7e with Page ID. Each page will have different ID. See how to find Page ID: https://beaverhero.com/squarespace-how-to/#HowtoFindPageID 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
areiser Posted August 30, 2019 Author Share Posted August 30, 2019 Thank you so much, that worked! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.