sbsquare Posted June 20 Posted June 20 Hey! I would like to create pages that hide the navigation bar but keep the site title logo (e.g., SIDESWIPED centre logo). (so the look and feel is consistent but fewer distractions) I know the code for removing the header completely. But does anyone know the code to keep only the site title logo? See the desired result attached 😁 Cheers!
DavidCliff Posted June 20 Posted June 20 Hi, it sounds like you're trying to create a landing page. Does this article help: https://support.squarespace.com/hc/en-us/articles/205814388-Creating-a-landing-page
tuanphan Posted June 22 Posted June 22 To remove nav, button on One Page, you can add this code to Header Code Injection (Hover on Page > Click Gear icon > Advanced > Paste this code) <style> div.header-nav-item, a.btn { visibility: hidden !important; } </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!)
sbsquare Posted July 6 Author Posted July 6 I want to keep just the logo from my nav bar - none of the other text. I know I can re-add the logo as an image, but I want it to be consistent in size/ position if they have just come from a page with nav bar....
tuanphan Posted July 8 Posted July 8 On 7/6/2024 at 5:23 PM, sbsquare said: I want to keep just the logo from my nav bar - none of the other text. I know I can re-add the logo as an image, but I want it to be consistent in size/ position if they have just come from a page with nav bar.... You can use the code, it will hide nav + button only 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment