MacUn 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
MacUn 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
MentalHealthTings Posted August 31 Share Posted August 31 Where are we supposed to put these codes? Link to comment
tuanphan Posted September 2 Share Posted September 2 On 8/31/2024 at 9:37 AM, MentalHealthTings said: Where are we supposed to put these codes? Website Tools (under Not Linked Navigation) > Custom CSS 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!) 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