tiffybennett1 Posted November 10 Share Posted November 10 Hi, I'd like to remove the menu from the homepage. I used the code below, which worked initially, but is now not working: //Home page no menu// #collection-654e393a3cb0792dfdc5c996 { .header-layout-nav-right .header-nav-list { display: none; } } Website: https://jlgroup.squarespace.com/ Password: jlgroup2024 Can someone tell me where I've gone wrong here? Thank you! Link to comment
Solution melody495 Posted November 10 Solution Share Posted November 10 Hi, looks like you've changed the navigation layout, from right to centre 🙃 Try this instead? //Home page no menu// #collection-654e393a3cb0792dfdc5c996 { .header-layout-nav-center .header-nav-list { display: none; } } -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification 🙋♀️Techy SquareSpace Developer for all your customisation needs #CSS #html #javascript ✉️ Email me 💻Soft launch https://www.melodylee.tech/ A software developer in an artist body that knows how marketing works. UK based, work globally #neverstoplearning ☕ I like coffee 😊 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