MadaBean Posted February 8, 2021 Posted February 8, 2021 Site URL: https://www.madabean.com/cart I would like to change the color of the "check out" button on my shopping cart page from black to my colors pallet. How would I do this?
tuanphan Posted February 9, 2021 Posted February 9, 2021 Add to Design > Custom CSS /* Checkout button */ .checkout-button { background: green !important; } .checkout-button span { color: red; } 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!)
MadaBean Posted February 9, 2021 Author Posted February 9, 2021 3 hours ago, tuanphan said: Add to Design > Custom CSS /* Checkout button */ .checkout-button { background: green !important; } .checkout-button span { color: red; } This didn't work...
tuanphan Posted February 13, 2021 Posted February 13, 2021 On 2/10/2021 at 12:17 AM, MadaBean said: Add to Settings > Advanced > Code Injection > Header <style> /* Checkout button */ .checkout-button { background: green !important; } .checkout-button span { color: red; } </style> 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.