EJ119 Posted December 20, 2022 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!
Beyondspace Posted December 21, 2022 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? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Beyondspace Posted December 21, 2022 Posted December 21, 2022 You can use the following code on Home > Design > Custom Css .header-burger-btn.burger { --gradientHeaderNavigationColor: #fff; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Beyondspace Posted December 21, 2022 Posted December 21, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
EJ119 Posted December 27, 2022 Author Posted December 27, 2022 https://www.sullivandesignstudio.com/ I tried copying and pasting the code but it says there is a syntax error.
tuanphan Posted December 29, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
EJ119 Posted January 2, 2023 Author Posted January 2, 2023 Line 54 to Line 56 is the code I need to make the hamburger menu white though. What should I do?
Beyondspace Posted January 2, 2023 Posted January 2, 2023 (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, 2023 by Beyondspace BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
tuanphan Posted January 15, 2023 Posted January 15, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment