Jump to content

Is it possible? Hide folder on mobile nav only

Go to solution Solved by Beyondspace,

Recommended Posts

Site URL: https://tambourine-khaki-6f3e.squarespace.com/

Hi! 

I wanted to tuck all of my navigation links into a neat little folder that I called "+" for the most minimal look (it's hidden on the home page, but visible on all the other pages). However, the only downfall is when you switch to mobile, and click the hamburger menu, it takes you to folder labeled "+" before taking you to the main links, makes sense, but I feel it's unnecessary and unsightly on the mobile version. Is there anyway around this? I want to keep the "+" folder on desktop, but just have the main 3 links without the folder while on mobile. I hope this makes sense! 

password: brineintopedro 

Link to comment
  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

13 hours ago, kaydotjpg said:

Site URL: https://tambourine-khaki-6f3e.squarespace.com/

Hi! 

I wanted to tuck all of my navigation links into a neat little folder that I called "+" for the most minimal look (it's hidden on the home page, but visible on all the other pages). However, the only downfall is when you switch to mobile, and click the hamburger menu, it takes you to folder labeled "+" before taking you to the main links, makes sense, but I feel it's unnecessary and unsightly on the mobile version. Is there anyway around this? I want to keep the "+" folder on desktop, but just have the main 3 links without the folder while on mobile. I hope this makes sense! 

password: brineintopedro 

I can not see the hamburger menu at the moment. Do I miss any of your point?

image.thumb.png.a78f648fe2769ed0dd72ecfb90d9786c.png

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
  • Solution
2 hours ago, kaydotjpg said:

hi @bangank36 the menu is on every page except the home page (so please select the "deli menu", "about" or "in store" buttons)

You can try adding to Home > Design > Custom Css

@media only screen and (max-width: 767px) {
  [data-folder="root"] {
    display: none;
  }

  [data-folder="root"] + div {
    transform: translatex(0);
    will-change: transform;
  }

  [data-folder="root"] + div .header-menu-nav-folder-content > .header-menu-controls {
    display: none;  
  }
}

I also hide the back button on mobile

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

My testing

image.thumb.png.865f47ca6077e0c190373bf0c24fe4b0.png

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

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.