Jump to content

Swap Folder name for Burger menu icon

Recommended Posts

  • Replies 13
  • Views 455
  • Created
  • Last Reply

Top Posters In This Topic

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

Link to comment
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!)

Link to comment
  • 11 months later...
On 4/26/2023 at 10:41 PM, DavidMoment said:

is there a way to make the background under the folder transparent?

Add to Design > Custom CSS

/* Dropdown transparent */
.header-nav-folder-content {
    background: transparent !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!)

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.