Blue212 Posted May 2, 2022 Share Posted May 2, 2022 Site URL: http://www.steveworkedonit.com Hi there. Hoping someone might be able to provide an answer on this one. I've been trying to change the background color/font color for my mobile menu drop down (mobile shows blue background/ white text0. Trying to have it match the desktop version (white background w/ blue text). I tried messing with some custom CSS / site styles based on previous posts, but have had no luck. Can anyone shed some light on this? Thanks! Site was made using Squarespace 7.0 Link to comment
tuanphan Posted May 5, 2022 Share Posted May 5, 2022 Add to Design > Custom CSS @media only screen and (max-width:800px) { div#mobileNav { background-color: white; } div#mobileNav * { color: #1259a1 !important; }} 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