calechip Posted January 13, 2021 Share Posted January 13, 2021 Help! I am needing to remove the navigation on just my homepage but keep the logo! I am using the template PAZARI, thanks so much for the help in advance! Link to comment
Solution christyprice Posted January 13, 2021 Solution Share Posted January 13, 2021 Hi @calechip, The easiest method works if you are on a Business Plan or higher. In the Pages menu, click the cog icon beside the homepage, you can add this code under Advanced > Page Header Code Injection <style> .header-nav-list>div { visibility: hidden; } </style> If you are on the Personal Plan, you'll need to target the ID of the homepage and add this code to Design > Custom CSS . Just be sure to swap out the collection-id for the one on your homepage. Here's how to find that. #collection-5fff72fed2b2d307fbe42388 .header-nav-list>div { visibility: hidden; } calechip and tuanphan 1 1 christyprice.com 🇺🇸 Austin, TX US ✅ For Web Designers: Squarespace Client Process Checklist. Save time and bring consistency to your web design projects. Receive a Notion doc template with my 100+ item client process checklist. Link to comment
calechip Posted January 13, 2021 Author Share Posted January 13, 2021 1 hour ago, christyprice said: Hi @calechip, The easiest method works if you are on a Business Plan or higher. In the Pages menu, click the cog icon beside the homepage, you can add this code under Advanced > Page Header Code Injection <style> .header-nav-list>div { visibility: hidden; } </style> If you are on the Personal Plan, you'll need to target the ID of the homepage and add this code to Design > Custom CSS . Just be sure to swap out the collection-id for the one on your homepage. Here's how to find that. #collection-5fff72fed2b2d307fbe42388 .header-nav-list>div { visibility: hidden; } Thank you so much, worked perfectly! christyprice 1 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