EJ119 Posted December 20, 2022 Share Posted December 20, 2022 Hello, I am wanting to change the color of the hamburger menu icon to white, as you can see in the photo, it is a brown/grey color. I want to do this while not affecting the color of anything else. Could someone provide me with the code or instructions to do so? Thanks! Link to comment
Beyondspace Posted December 21, 2022 Share Posted December 21, 2022 16 hours ago, EJ119 said: Hello, I am wanting to change the color of the hamburger menu icon to white, as you can see in the photo, it is a brown/grey color. I want to do this while not affecting the color of anything else. Could someone provide me with the code or instructions to do so? Thanks! Can you share your URL site so I can take a look? 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
EJ119 Posted December 21, 2022 Author Share Posted December 21, 2022 https://www.sullivandesignstudio.com/ Link to comment
Beyondspace Posted December 21, 2022 Share Posted December 21, 2022 You can use the following code on Home > Design > Custom Css .header-burger-btn.burger { --gradientHeaderNavigationColor: #fff; } 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 December 21, 2022 Share Posted December 21, 2022 My testing 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
EJ119 Posted December 27, 2022 Author Share Posted December 27, 2022 https://www.sullivandesignstudio.com/ I tried copying and pasting the code but it says there is a syntax error. Link to comment
tuanphan Posted December 29, 2022 Share Posted December 29, 2022 On 12/27/2022 at 9:25 AM, EJ119 said: https://www.sullivandesignstudio.com/ I tried copying and pasting the code but it says there is a syntax error. Try remove Line 54 to Line 56. 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
EJ119 Posted January 2 Author Share Posted January 2 Line 54 to Line 56 is the code I need to make the hamburger menu white though. What should I do? Link to comment
Beyondspace Posted January 2 Share Posted January 2 (edited) On 12/27/2022 at 9:25 AM, EJ119 said: https://www.sullivandesignstudio.com/ I tried copying and pasting the code but it says there is a syntax error. I can not see the value we need to set for the Css variable. The correct is: --gradientHeaderNavigationColor: #fff; Edited January 2 by Beyondspace 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
EJ119 Posted January 13 Author Share Posted January 13 Tried and still says there is an error. Link to comment
tuanphan Posted January 15 Share Posted January 15 On 1/13/2023 at 12:03 PM, EJ119 said: Tried and still says there is an error. Try remove line 54 - 56 Add this code to Settinsg > Advanced > Code Injection > Footer <style> .header-burger-btn.burger { --gradientHeaderNavigationColor: #fff; } </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