Jump to content

Remove navigation bar ( except logo ) from one particular page

Recommended Posts

  • Replies 2
  • 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?

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 plugin
If 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
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

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

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.