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/ earthwindflowermoon 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment