Jump to content

Remove navigation bar ( except logo ) from one particular page

Recommended Posts

  • Replies 2
  • Views 371
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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 page

https://www.s31.in/schedule-a-consultation

Thanks

Pranesh

I've checked that it is fine at the moment.

 

image.thumb.png.1f9b2c439a5f3991d195a8c4dabb8ddf.pngDo you still need help?

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
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 page

https://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!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.