aguzmanw Posted August 19, 2020 Share Posted August 19, 2020 Site URL: http://labastilla.org Hello everyone. I have a webpage www.labastilla.org that have several buttons, one of them will send you to a not linked page. There, I want to hide the primary or secondary navigation since it is a multilingual site, however I haven't found the CCS. Thank you. Link to comment
tuanphan Posted August 20, 2020 Share Posted August 20, 2020 To hide primary on one page, add this to Page Settings > Advanced > Header (If you use Personal Plan > Add Code Block) <style> nav.Header-nav.Header-nav--primary { display: none; } </style> To hide secondary, use this code <style> nav.Header-nav.Header-nav--secondary { display: none; } </style> You can also use these guides to create multi language sites bradgood.net/articles/multi-language-content-on-any-squarespace-template https://beaverhero.com/squarespace-2-languages/ Burchard and earthwindflowermoon 1 1 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
aguzmanw Posted August 21, 2020 Author Share Posted August 21, 2020 Thank you very much Link to comment
Burchard Posted April 28 Share Posted April 28 @tuanphan Is there a way to make the above code also work on mobile displays? Thanks! Link to comment
tuanphan Posted April 29 Share Posted April 29 18 hours ago, Burchard said: @tuanphan Is there a way to make the above code also work on mobile displays? Thanks! What is your site url? We can check mobile code easier 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
Burchard Posted April 29 Share Posted April 29 (edited) I'm working this out on maartenrots.nl Edited May 1 by Burchard Link to comment
tuanphan Posted May 1 Share Posted May 1 On 4/29/2023 at 4:17 PM, Burchard said: I'm working this out on maartenrots.nl To hide Mobile Primary, use this code <style> nav.Mobile-overlay-nav.Mobile-overlay-nav--primary { display: none; } </style> To hide Mobile Secondary, use this code <style> nav.Mobile-overlay-nav.Mobile-overlay-nav--secondary { display: none; } </style> Burchard 1 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