brittanny Posted November 11, 2020 Share Posted November 11, 2020 Site URL: http://brittannytaylor.com I want to make a landing page using four photos side by side, linking to different services. That doesn't seem to be possible in making a cover page. Does anyone know how remove the navigation menu and header for only one page? Beyondspace 1 Link to comment
Beyondspace Posted November 12, 2020 Share Posted November 12, 2020 I use chrome extension Find Squarespace Ids to get the page id like so #collection-5d20d92fc7d3f90001889d37 .Header { display: none; } /* Do you want to remove footer too? */ #collection-5d20d92fc7d3f90001889d37 footer { display: none; } This case it was #collection-5d20d92fc7d3f90001889d37 you can try to replace it with your other page fc1 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
brittanny Posted December 2, 2020 Author Share Posted December 2, 2020 That worked! Thank you so much! Beyondspace 1 Link to comment
fc1 Posted October 13, 2022 Share Posted October 13, 2022 hi @bangank36 i tried the code you shared on the advanced section of page settings and i still have a small header on the page. can you help me remove it? #collection-5b4f6ce603ce64d078195d81 .Header { display: none; } https://www.forestchaffee.com/connect thank you! Link to comment
tuanphan Posted October 16, 2022 Share Posted October 16, 2022 On 10/14/2022 at 12:23 AM, fc1 said: hi @bangank36 i tried the code you shared on the advanced section of page settings and i still have a small header on the page. can you help me remove it? #collection-5b4f6ce603ce64d078195d81 .Header { display: none; } https://www.forestchaffee.com/connect thank you! Add to Page Header <style> header#header { display: none; } footer#footer { display: none; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
BureauSF Posted January 5, 2023 Share Posted January 5, 2023 Hello @tuanphan + Circle Forum, I am hoping to hide the navigation menu (navigation style: icon) on the landing page only - example link in Carson (Tremont) Above code options do not seem to do the trick ... Link to comment
Beyondspace Posted January 6, 2023 Share Posted January 6, 2023 4 hours ago, BureauSF said: Hello @tuanphan + Circle Forum, I am hoping to hide the navigation menu (navigation style: icon) on the landing page only - example link in Carson (Tremont) Above code options do not seem to do the trick ... Can you share your URL to this page? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
tuanphan Posted January 8, 2023 Share Posted January 8, 2023 On 1/6/2023 at 4:27 AM, BureauSF said: Hello @tuanphan + Circle Forum, I am hoping to hide the navigation menu (navigation style: icon) on the landing page only - example link in Carson (Tremont) Above code options do not seem to do the trick ... Add to Landing Page Header <style> a#navToggle { display: none; } </style> This code for your example link BureauSF 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
BureauSF Posted January 9, 2023 Share Posted January 9, 2023 This worked like a charm! Thank you, @tuanphan, your expertise and shared input to this forum arehighly appreciated! tuanphan 1 Link to comment
MPMichael Posted January 5 Share Posted January 5 HEADER IS GONE FOOTER IS STILL THERE - I used this: <style> header#header { display: none; } footer#footer { display: none; } </style> 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