TheITGuru Posted February 21 Share Posted February 21 (edited) Hello SquareSpace Forum! Excited to make my first post here! 😊 I've implemented the following CSS code on my site: /* MENU Burger */ .header .header-burger:after {  content: "MENÜ" !important;  font-weight: bold;  color: #000;  font-size: 15px;  padding: 0px 0px 10px 2px; } I'm looking to have the color change when the mobile menu is activated. Here's my website for reference: www.deritguru.com Many thanks in advance! Edited February 21 by TheITGuru Link to comment
Solution nick_sh Posted February 21 Solution Share Posted February 21 .header--menu-open .header .header-burger:after { color: ... }  NoahSnowdayDesign and TheITGuru 1 1  Try new Squrespace ID & class finder Chrome Extension ✔ Supports Fluid Engine  ✔ Generate Media Queries code  ✔ Toggle IDs with Option / Alt ____ Hire me for SquareSpace development  Link to comment
TheITGuru Posted February 22 Author Share Posted February 22 9 hours ago, nick_sh said: .header--menu-open .header .header-burger:after { color: ... }  I'm genuinely surprised at how I couldn't solve this by myself. 😶 Thank you, it worked immediately! 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