Venera Posted May 21, 2022 Posted May 21, 2022 Site URL: https://falcon-lavender-b2h4.squarespace.com/ Hi guys! How do I change the cart icon from white to black on individual pages? Since I have a dynamic header, the white icon is not visible on a white background. https://falcon-lavender-b2h4.squarespace.com/ Password - support
tuanphan Posted May 21, 2022 Posted May 21, 2022 Add to Page Header <style> header#header .icon--cart { filter: invert(1); } span.sqs-cart-quantity { color: white; } </style> Venera 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!)
Venera Posted May 21, 2022 Author Posted May 21, 2022 1 hour ago, tuanphan said: Add to Page Header <style> header#header .icon--cart { filter: invert(1); } span.sqs-cart-quantity { color: white; } </style> Thank you so much! ☺️ It's work perfectly!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment