Zer0Studios Posted October 26, 2021 Share Posted October 26, 2021 Site URL: https://oriole-pigeon-payz.squarespace.com/work/brine Hi, I want to invert the navigation bar on this page only so the logo and text go and shopping car go from white to black?? Thanks Link to comment
Beyondspace Posted October 26, 2021 Share Posted October 26, 2021 (edited) 17 minutes ago, Zer0Studios said: Site URL: https://oriole-pigeon-payz.squarespace.com/work/brine Hi, I want to invert the navigation bar on this page only so the logo and text go and shopping car go from white to black?? Thanks You site is private now. Kindly give it the protected password to check your issue together Edited October 26, 2021 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
tuanphan Posted October 29, 2021 Share Posted October 29, 2021 On 10/26/2021 at 10:07 PM, Zer0Studios said: Site URL: https://oriole-pigeon-payz.squarespace.com/work/brine Hi, I want to invert the navigation bar on this page only so the logo and text go and shopping car go from white to black?? Thanks Your site is expired. You can contact SS Customer Care to extend it (free) 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!) Link to comment
Zer0Studios Posted November 1, 2021 Author Share Posted November 1, 2021 Hi, Could you please check now Link to comment
tuanphan Posted November 4, 2021 Share Posted November 4, 2021 On 11/1/2021 at 10:43 PM, Zer0Studios said: Hi, Could you please check now Add to Design > Custom CSS body#item-615add8a4aa4c84311ca359e header#header a { filter: invert(1); -webkit-filter: invert(1); } 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!) Link to comment
Zer0Studios Posted November 4, 2021 Author Share Posted November 4, 2021 Thank you worked perfectly!! Link to comment
Zer0Studios Posted November 11, 2021 Author Share Posted November 11, 2021 Hi, That worked on the desktop site, but if you go on to the site (mobile version): www.Zer0studios.com/work/brine Password: Zer0123 The mobile menu doesn't work accordingly. The menu doesn't show up. Please have a look thanks Link to comment
tuanphan Posted November 14, 2021 Share Posted November 14, 2021 On 11/11/2021 at 11:36 PM, Zer0Studios said: Hi, That worked on the desktop site, but if you go on to the site (mobile version): www.Zer0studios.com/work/brine Password: Zer0123 The mobile menu doesn't work accordingly. The menu doesn't show up. Please have a look thanks You mean burger icon color? body#item-615add8a4aa4c84311ca359e { header#header a { filter: invert(1); -webkit-filter: invert(1); } .burger-inner>div { background-color: black !important; } } /* Overlay menu */ body#item-615add8a4aa4c84311ca359e.header--menu-open { .header-title-logo img { filter: invert(1) !important; } .burger-inner>div { background-color: white !important; } } 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!) Link to comment
Zer0Studios Posted November 16, 2021 Author Share Posted November 16, 2021 Hi, This still doesn't work. Please check the site again. The burger icon is black but once it is clicked the menu items do not show up Link to comment
Beyondspace Posted November 16, 2021 Share Posted November 16, 2021 (edited) On 11/17/2021 at 12:05 AM, Zer0Studios said: Hi, This still doesn't work. Please check the site again. The burger icon is black but once it is clicked the menu items do not show up Hi, You can try adding to Custom Css the following codes @media only screen and (max-width: 767px) { body#item-615add8a4aa4c84311ca359e header#header a { filter: invert(0); -webkit-filter: invert(0); } body#item-615add8a4aa4c84311ca359e header#header .header-title-logo a { filter: invert(1); -webkit-filter: invert(1); } } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too Edited November 17, 2021 by bangank36 Update the breakpoint for mobile BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted November 16, 2021 Share Posted November 16, 2021 My testing result BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Zer0Studios Posted November 17, 2021 Author Share Posted November 17, 2021 Sorry where do i add the above code? Could you give the the whole code all together in one please Link to comment
Beyondspace Posted November 17, 2021 Share Posted November 17, 2021 (edited) 1 hour ago, Zer0Studios said: Sorry where do i add the above code? Could you give the the whole code all together in one please Hi @Zer0Studios, You can follow the steps in my below video adding Css code.mp4 Just move to the last line in Custom Css and paste my code, then save and check your site again Hope it can help you a little bit Edited November 17, 2021 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Zer0Studios Posted November 17, 2021 Author Share Posted November 17, 2021 Hi, After adding that code the menu on desktop goes back to white, please see screenshot Link to comment
Beyondspace Posted November 17, 2021 Share Posted November 17, 2021 20 minutes ago, Zer0Studios said: Hi, After adding that code the menu on desktop goes back to white, please see screenshot I've just update the breakpoint for mobile, pls update my new code on your site BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Zer0Studios Posted November 25, 2021 Author Share Posted November 25, 2021 Hi, Now please see screenshot only the cart is left on the mobile version. Cart should be black then white on the burger menu 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