Jump to content

MOBILE: Change Hamburger menu to word "MENU"

Recommended Posts

On 3/21/2024 at 7:31 PM, twigsplace said:

Hi, does anyone have the correct code to do this on the Mint template (Marquee family).

I want to be able to add the word 'menu' next to the hamburger on my site www.twigsbranchphotography.com

Many thanks! 

You can use this code to Website > Website Tools > Custom CSS

/* Burger to word Menu */
.icon-menu:before {
    content: "Menu" !important;
    font-family: initial !important;
    font-size: 14px;
}

 

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 hours ago, tuanphan said:

You can use this code to Website > Website Tools > Custom CSS

/* Burger to word Menu */
.icon-menu:before {
    content: "Menu" !important;
    font-family: initial !important;
    font-size: 14px;
}

 

Hi @tuanphan - thanks so much for the help. Is there a way to add the word menu alongside the hamburger? Rather than replace it completely? Many thanks! 

Link to comment
On 3/25/2024 at 6:55 PM, twigsplace said:

Hi @tuanphan - thanks so much for the help. Is there a way to add the word menu alongside the hamburger? Rather than replace it completely? Many thanks! 

Just change :before to :after

/* Burger to word Menu */
.icon-menu:after {
    content: "Menu" !important;
    font-family: initial !important;
    font-size: 14px;
}

image.png.8714e2b69f4b7c6923f875a31f490482.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.