Jump to content

Displaying the actual WORD "menu" instead of icon

Go to solution Solved by tuanphan,

Recommended Posts

Instead of the hamburger icon, it's displaying the actual WORD "menu". Never seen this on any web site. I tried to trick it by inserting this code below but it's not working. Isn't there unicode for the little burger? Here's my site. Thanks!!!!
 https://www.belovedcrumb.com/

.header-nav, .header-actions {

display: none;

}

.header-burger {

display: flex;

}

.header--menu-open .header-menu {

visibility: visible;

opacity: 1;

}

Link to comment
  • Solution

Add to Website Tools (under Not Linked) > Custom CSS

div#mobileMenuLink a {
    visibility: hidden;
}
div#mobileMenuLink a:before {
    content: "\e030";
    font-family: 'squarespace-ui-font';
    visibility: visible;
    font-size: 50px;
    display: block;
}

image.png.74f0faa483c2154ab8eb6a494bf853c0.png

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.