Pranesh Posted February 20, 2022 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
Beyondspace Posted February 22, 2022 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? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
tuanphan Posted February 27, 2022 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 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