tuanphan Posted June 1, 2023 Posted June 1, 2023 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!)
jeremyouni Posted December 7, 2023 Posted December 7, 2023 @tuanphan - hopefully you can help. trying the following code to invert the menu colour and text but nothing seems to happen. let me know what i'm doing wrong. thanks
tuanphan Posted December 9, 2023 Posted December 9, 2023 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. 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!)
DevonHarris Posted March 19 Posted March 19 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
tuanphan Posted March 21 Posted March 21 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 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment