jbassett Posted July 14, 2022 Share Posted July 14, 2022 Site URL: https://www.embertennis.co.uk/cart Hi - I've seen a few potential answers to this but none seem to work for me. I want to change the text colour in the 'checkout' button. The black is very hard to read on the blue. Does anyone know which global setting I need to change, or the CSS to change the button background and text colour? Thanks in advance. Link to comment
tuanphan Posted July 14, 2022 Share Posted July 14, 2022 Can you share link to a product? We can add it to cart to able to see checkout button Also, I see Continue shopping has same problem. You can add this to Design > Custom CSS body#cart div#sqs-cart-root a.cart-continue-button { color: white !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
jbassett Posted July 14, 2022 Author Share Posted July 14, 2022 Thanks for replying tuanphan. Here's a link to a product: https://www.embertennis.co.uk/holiday-camps/p/tots-age-3-4 Link to comment
tuanphan Posted July 15, 2022 Share Posted July 15, 2022 22 hours ago, jbassett said: Thanks for replying tuanphan. Here's a link to a product: https://www.embertennis.co.uk/holiday-camps/p/tots-age-3-4 Add to Design > Custom CSS body#cart div#sqs-cart-root button.cart-checkout-button { color: white !important; } jbassett 1 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
jbassett Posted July 17, 2022 Author Share Posted July 17, 2022 On 7/15/2022 at 9:30 AM, tuanphan said: Add to Design > Custom CSS body#cart div#sqs-cart-root button.cart-checkout-button { color: white !important; } Amazing! That solved it. Thanks so much, @tuanphan 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