j__ Posted February 8, 2023 Share Posted February 8, 2023 Right now I'm using the following to change the color of the hamburger menu on mobile: .burger-inner>div { background-color: white !important; } However, I'd like to be able to target this to specific pages. Is there a way I can add a CSS selector to each page? Once I do that, how do I target it in the CSS? Thanks. Link to comment
Solution tuanphan Posted February 11, 2023 Solution Share Posted February 11, 2023 You can edit that page > Add a Code Block (anywhere) > Paste this code into Code Block <style> .burger-inner>div { background-color: white !important; } </style> j__ 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