atomicallisto Posted November 14, 2023 Posted November 14, 2023 Hi all, I'm hoping to change the color of the bit there which displays " - 1 + ", where you'd choose how many units you're buying. Somewhat similar to the linked forum post below, though not to do with the 'background' (as I don't seem to have a white box like they had) necessarily-- just the text color. Additionally, I'm looking to change the color of the 'X' but can't seem to find any working answers online either. https://www.callistoscollections.com/cart Is my page, and the site is using 7.1 I hope that is enough information, am new to the forums. Here's a screenshot:
Solution tuanphan Posted November 18, 2023 Solution Posted November 18, 2023 Add to Website > Website Tools (under Not Linked) > Custom CSS /* quantity remove icons on cart page */ input.cart-row-qty-input { color: white !important; } button.cart-row-qty-inc svg, button.cart-row-qty-dec svg { fill: white; } button.cart-row-remove svg { fill: white; } atomicallisto and ivanarevic 2 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!)
atomicallisto Posted November 18, 2023 Author Posted November 18, 2023 2 hours ago, tuanphan said: Add to Website > Website Tools (under Not Linked) > Custom CSS /* quantity remove icons on cart page */ input.cart-row-qty-input { color: white !important; } button.cart-row-qty-inc svg, button.cart-row-qty-dec svg { fill: white; } button.cart-row-remove svg { fill: white; } This worked great, thank you much.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment