senecabryson Posted October 28, 2021 Share Posted October 28, 2021 Site URL: https://www.debrarbryson.com Hi Everyone, Would someone be able to help me write some code to make the hamburger lines white instead of black on the home page? I tried the below, but it didn't work. button.header-burger-btn.burger { color: white !important } Also, please note: could you make the code apply to this page when the hamburger is in = format, not X too when you click on it? My mobile menu background is white so it will disappear if both are changed to white. Thank you! Link to comment
Beyondspace Posted October 29, 2021 Share Posted October 29, 2021 20 hours ago, senecabryson said: Site URL: https://www.debrarbryson.com Hi Everyone, Would someone be able to help me write some code to make the hamburger lines white instead of black on the home page? I tried the below, but it didn't work. button.header-burger-btn.burger { color: white !important } Also, please note: could you make the code apply to this page when the hamburger is in = format, not X too when you click on it? My mobile menu background is white so it will disappear if both are changed to white. Thank you! Is it the result you want to achieve? 2021-10-29_21-49-01.mp4 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted October 29, 2021 Share Posted October 29, 2021 You can add to Home > Design > Custom Css .header-burger-btn.burger .burger-inner >div { background-color: #fff !important; } .header-burger-btn.burger--active .burger-inner >div { background-color: #000 !important; } Let me know how it works on your site Support me by pressing 👍 if this useful for you senecabryson 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
senecabryson Posted October 29, 2021 Author Share Posted October 29, 2021 (edited) @bangank36 We are getting there! I need the = to be black on all of the other pages. Is there a way to make the code apply to the homepage only? Thank you for your help! Edited October 29, 2021 by senecabryson I thought the problem was totally fixed, but then I realized the code applied to all pages, not just the homepage as I need. Link to comment
senecabryson Posted October 29, 2021 Author Share Posted October 29, 2021 @bangank36 Never mind! I put the code in the Home header instead of the main CSS area...problem solved 🙂 I appreciate you! tuanphan 1 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