Jump to content

Changing Hamburger Menu in Mobile to Down Arrows

Recommended Posts

I am hoping to be able to figure out how to change the standard hamburger menu in the navigation to arrows - or something that signifies a drop down to show the menu. I found the following code that would change the hamburger to "menu" but I would prefer a down arrow something that is visually appealing but also will be helpful to visitors to tell them it is a drop down.

 

.burger-box:after {
    content: "Menu";
    width: 60px;
    height: 30px;
    display: block;
    color: white;
    font-size: 20px;
    visibility: visible;
}
.burger-box div {
    display: none;
}

 

Thank you!

Link to comment
  • Replies 1
  • Views 1.2k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Try this code, if it doesn't work, please share site url, we can check easier

.burger-box:after {
    content: "\e009";
    font-family: 'squarespace-ui-font';
    display: block;
    color: #000;
    font-size: 40px;
    visibility: visible;
}
.burger-box div {
    display: none;
}

 

image.png.d6b3617bf08f1ec2fad4e5d1a984ff84.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.