atomicallisto Posted November 14 Share Posted November 14 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: Link to comment
Solution tuanphan Posted November 18 Solution Share Posted November 18 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 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
atomicallisto Posted November 18 Author Share Posted November 18 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. 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