mackenzieu Posted July 11, 2022 Share Posted July 11, 2022 Site URL: https://caper-harpsichord-tasl.squarespace.com/ I'm not able to change the text color from white on the shopping cart page so the text does not show up on the white background. Would like the text to be black. Any suggestions? url: https://caper-harpsichord-tasl.squarespace.com/ pw: art Link to comment
Solution Wolfsilon Posted July 11, 2022 Solution Share Posted July 11, 2022 Hi! If you only need to change the text color you can try the following using Custom CSS: #cart { color: #000000 !important; } Link to comment
mackenzieu Posted July 11, 2022 Author Share Posted July 11, 2022 @Wolfsilon Great, that worked. Thank you! Wolfsilon 1 Link to comment
SpencerHodge Posted August 24, 2022 Share Posted August 24, 2022 On 7/11/2022 at 3:24 PM, Wolfsilon said: Hi! If you only need to change the text color you can try the following using Custom CSS: #cart { color: #000000 !important; } This isn't working for me! I have the same issue. Link to comment
tuanphan Posted August 25, 2022 Share Posted August 25, 2022 On 8/24/2022 at 8:11 AM, SpencerHodge said: This isn't working for me! I have the same issue. Try this body#cart * { color: #000000 !important; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment