Jump to content

Taking out the top level of the drop down menu on mobile view

Recommended Posts

Hello! I'm new to the community and have been working on a few sites. 
Does anyone know of a way to take out the top level of the drop down menu on mobile view. 
It looks like an extra step to get to the page links in this view. 
Any help you can lend would be much appreciated. 

Screen Shot 2023-04-30 at 4.23.14 PM.png

Screen Shot 2023-04-30 at 4.23.24 PM.png

Link to comment
  • Replies 2
  • Views 183
  • Created
  • Last Reply

Top Posters In This Topic

Add to Design > Custom CSS

/* Show folder on Desktop - Normal nav on mobile */
@media only screen and (max-width: 767px) {
  .header-menu-nav-folder[data-folder="root"] {
    display: none !important;
  }
  .header-menu-nav-folder-content .header-menu-controls {
    display: none;
  }
  .header-menu-nav-folder:not([data-folder="root"]) {
    transform: unset;
    transition: unset;
  }
}

 

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
  • 3 weeks later...

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.