Analissa Posted June 6, 2023 Posted June 6, 2023 how do i change the color of the item quantity text? I cant seem to find it in the color settings. I also would like the add to cart text to change color when you hover over it
Ziggy Posted June 6, 2023 Posted June 6, 2023 Can you share your website URL and the page? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
inside_the_square Posted June 6, 2023 Posted June 6, 2023 Hey @Analissa - no need to share a link if you're using version 7.1! The code for customizing quantity color in a lightbox is: .sqs-product-quick-view-content .product-quantity-input input{color: #FFF!important;} And the code for an add to cart button hover color in a quick view lightbox is: .sqs-product-quick-view-content .sqs-add-to-cart-button:hover{background: blue!important; opacity:1!important} Change up the word blue to any color code or websafe color name that you want to use!Code source - my blog: https://insidethesquare.co/squarespace-tutorials/ 🤓 Creator of InsideTheSquare.co ✨ SQUARESPACE CIRCLE LEADER✨ SQUARESPACE EXPERT ✨ SQUARESPACE EMPLOYEE EDUCATOR ✨ CERTIFIED CUSTOM CODE EXPERT ✨ 🗺️ New to Squarespace? Get your free roadmap: insidethesquare.co/roadmap 🙋♀️ New to CSS? Learn the basics for free: insidethesquare.co/learn ⭐️ Ready to go pro? Get my custom code collection: insidethesquare.co/css
Analissa Posted June 7, 2023 Author Posted June 7, 2023 On 6/6/2023 at 1:32 PM, inside_the_square said: Hey @Analissa - no need to share a link if you're using version 7.1! The code for customizing quantity color in a lightbox is: .sqs-product-quick-view-content .product-quantity-input input{color: #FFF!important;} And the code for an add to cart button hover color in a quick view lightbox is: .sqs-product-quick-view-content .sqs-add-to-cart-button:hover{background: blue!important; opacity:1!important} Change up the word blue to any color code or websafe color name that you want to use!Code source - my blog: https://insidethesquare.co/squarespace-tutorials/ Thank you so much, this helped a lot. Is there a code to change the hover color in the regular product page?
tuanphan Posted June 9, 2023 Posted June 9, 2023 On 6/8/2023 at 5:51 AM, Analissa said: Thank you so much, this helped a lot. Is there a code to change the hover color in the regular product page? Can you share link to a product? 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!)
inside_the_square Posted June 9, 2023 Posted June 9, 2023 On 6/7/2023 at 3:51 PM, Analissa said: Thank you so much, this helped a lot. Is there a code to change the hover color in the regular product page? Totally! All you need to do is remove the parent selector of ".sqs-product-quick-view-content" from both lines of code and it will work on an individual product page. 🤓 Creator of InsideTheSquare.co ✨ SQUARESPACE CIRCLE LEADER✨ SQUARESPACE EXPERT ✨ SQUARESPACE EMPLOYEE EDUCATOR ✨ CERTIFIED CUSTOM CODE EXPERT ✨ 🗺️ New to Squarespace? Get your free roadmap: insidethesquare.co/roadmap 🙋♀️ New to CSS? Learn the basics for free: insidethesquare.co/learn ⭐️ Ready to go pro? Get my custom code collection: insidethesquare.co/css
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment