Jump to content

Swap Folder name for Burger menu icon

Recommended Posts

  • Replies 13
  • Views 622
  • Created
  • Last Reply

Top Posters In This Topic

Posted
On 5/12/2022 at 4:09 PM, HandegardArkitektur said:

Changed it! Sorry it wasn't that one but now it is.

 

EspenWebsite2022

 

should work! thank you so much

Add to Design > Custom CSS

/* Burger icon */
a.header-nav-folder-title:before {
    content: "\e030";
    font-family: 'squarespace-ui-font';
    font-size: 40px;
}
a.header-nav-folder-title {
    font-size: 0;
}

 

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!)

Posted

Amazing, thanks so much! Do you know how can I style the burger menu so it has a thinner stroke?

I have nested the menu pages into a folder, but in the phone version, inside the burger menu it appears the folder. Do you know how can I fix this?

 

Thank you so much for your time and help!! appreciate it a lot!

Posted
On 5/18/2022 at 8:00 PM, HandegardArkitektur said:

See attached what i mean:

 

As well, it appears like a thin line under the burger icon on desktop (not in the home page) Do you know how can I delete that?

 

Thanks so much!

Screenshot 2022-05-18 at 14.59.16.png

Screenshot 2022-05-18 at 14.59.53.png

#1. Use this code

@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;
  }
}
a.header-nav-folder-title {
    background-image: none !important;
}

 

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!)

  • 11 months 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.