Jump to content

Mobile Menu Background Color Change

Recommended Posts

On 5/28/2023 at 3:52 PM, will__lai said:

Hi anyone knows about how to change mobile menu hamburger color?

I want it white when close and black when menu open. Thanks

another question: how to change the text bold of menu navigation?

Add this to Design > Custom CSS

body.header--menu-open .burger-inner>div {
	background-color: black !important;
}
body:not(.header--menu-open) .burger-inner>div {
	background-color: white !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
  • 6 months later...
On 12/7/2023 at 6:31 PM, jeremyouni said:

@tuanphan - hopefully you can help.

trying the following code to invert the menu colour and text but nothing seems to happen. 

image.thumb.png.a4564d72d199448630d2963bc9434ced.png

 

let me know what i'm doing wrong. thanks

What is your site url?

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 months later...
On 3/20/2024 at 12:53 AM, DevonHarris said:

hi @tuanphan I can't seem to get this code to work...trying to change the background color from pre-set red to white.  I'm not sure where to find this setting in site styles 😕

www.stmarksrvc.org

Screen Shot 2024-03-19 at 1.51.31 PM.png

You can use this CSS code

/* Mobile Menu */
.header-menu-bg.theme-bg--primary {
    background: white !important;
}
body.header--menu-open header#header div.header-menu-nav * {
    color: red !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.