scholarsayze Posted June 16, 2020 Share Posted June 16, 2020 Site URL: https://bluebird-porcupine-yzdg.squarespace.com/home-v11 Hello, I would like to hide the top menu navigation only on my home page header, but include it on all other pages. I will be including a separate menu navigation on the home page. Is this possible? Pword: bluebird Best, Faizal Link to comment
Solution paul2009 Posted June 16, 2020 Solution Share Posted June 16, 2020 If you only want to hide the navigation only, you can add this to Design > Custom CSS: .homepage .header-layout-nav-right .header-nav { display: none; } If you want to hide the cart and login buttons as well, you'd use this instead: .homepage .header-layout-nav-right .header-nav, .homepage .header-layout-nav-right .header-actions { display: none; } For the benefit of others who read this post: This snippet is for Squarespace 7.1 only, when the site is configured with the header navigation in the top right. It applies to the homepage only, because the ".homepage" class has been used. About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
scholarsayze Posted June 16, 2020 Author Share Posted June 16, 2020 Paul thanks so much this is awesome!!! Very clever indeed! I appreciate your time today. Best, Faizal Link to comment
mjwatt43 Posted June 17, 2020 Share Posted June 17, 2020 18 hours ago, paul2009 said: If you only want to hide the navigation only, you can add this to Design > Custom CSS: .homepage .header-layout-nav-right .header-nav { display: none; } If you want to hide the cart and login buttons as well, you'd use this instead: .homepage .header-layout-nav-right .header-nav, .homepage .header-layout-nav-right .header-actions { display: none; } For the benefit of others who read this post: This snippet is for Squarespace 7.1 only, when the site is configured with the header navigation in the top right. It applies to the homepage only, because the ".homepage" class has been used. I'm trying to do the same thing, but to a "not linked" page - I'm not sure what class to use in order for this to affect the page. My page is called One Sheet. 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