MadaBean Posted February 8, 2021 Share 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? Link to comment
tuanphan Posted February 9, 2021 Share 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 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
MadaBean Posted February 9, 2021 Author Share 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... Link to comment
tuanphan Posted February 13, 2021 Share 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 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