mdufner Posted July 19, 2019 Share Posted July 19, 2019 Hello, how can i hide header and footer in the impact-template for mobile version? I used this code and this works for desktop and tablet version, not mobile. Can you help me? Markus Link to comment
tuanphan Posted July 19, 2019 Share Posted July 19, 2019 @mdufner /* Hide on Entire Site */ @media screen and (max-width:640px) { .Mobile-bar { display: none; } footer.Footer { display: none !important; } } /* Hide on One Page */ /* First you need to find Page ID. See how to below */ @media screen and (max-width:640px) { body#collection-59dbc8046f4ca35190c95826 .Mobile-bar { display: none; } body#collection-59dbc8046f4ca35190c95826 footer.Footer { display: none !important; } } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.