j__ Posted February 8 Share Posted February 8 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
tuanphan Posted February 11 Share Posted February 11 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> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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