PKS Posted July 18, 2022 Share Posted July 18, 2022 Hi, I'm looking for custom CSS to change the color of my hamburger menu icon in mobile view on one page only. I used the code below to change the color of the menu in desktop view to white on certain pages but the hamburger icon in mobile view is still appearing as black. Greatly appreciate any help you can provide. Thanks! Here's the code I used to change it in desktop view: <style> header:not(.shrink) .header-nav-wrapper a { color: #fff !important; } </style> Link to comment
AndreaDube Posted July 18, 2022 Share Posted July 18, 2022 What's the name of the site? Link to comment
tuanphan Posted July 19, 2022 Share Posted July 19, 2022 Use this code <style> .burger-inner>div { background-color: white !important; } </style> jallory 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment