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
christyprice Posted January 13, 2021 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; } christyprice.com 🇺🇸 Austin, TX US ✅ Get my Starter Template for Web Designers 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 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! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.