Pranesh Posted February 20, 2022 Share Posted February 20, 2022 Site URL: https://www.s31.in/schedule-a-consultation Hi, I need the code the remove the navigation bar, except the logo from this particular pagehttps://www.s31.in/schedule-a-consultation Thanks Pranesh Link to comment
Beyondspace Posted February 22, 2022 Share Posted February 22, 2022 On 2/20/2022 at 10:08 PM, Pranesh said: Site URL: https://www.s31.in/schedule-a-consultation Hi, I need the code the remove the navigation bar, except the logo from this particular pagehttps://www.s31.in/schedule-a-consultation Thanks Pranesh I've checked that it is fine at the moment. Do you still need help? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
tuanphan Posted February 27, 2022 Share Posted February 27, 2022 On 2/20/2022 at 10:08 PM, Pranesh said: Site URL: https://www.s31.in/schedule-a-consultation Hi, I need the code the remove the navigation bar, except the logo from this particular pagehttps://www.s31.in/schedule-a-consultation Thanks Pranesh It looks like you used this code to hide nav? <style> .header-nav [href="/about"] { display: none; } </style> <style> .header-nav [href="/trust"] { display: none; } </style> <style> .header-nav [href="our-why"] { display: none; } </style> <style> .header-nav [href="/portfolio"] { display: none; } </style> <style> .header-nav [href="/memories"] { display: none; } </style> <style> .header-nav [href="/films-1"] { display: none; } </style> <style> .header-nav [href="/our-why"] { display: none; } </style> <style> .header-nav [href="/stories"] { display: none; } </style> <style> .header-nav [href="/enquiry"] { display: none; } </style> however you can use this shorten code <style> .header-nav { display: none !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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