Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi,
If you put anything in the cart and want to check out, the button is grey. it looks like it is deactivated, it works just normal though. we want to change the color and can't get it done, i dont find any line of code that is responsible for its behavior. as far as I know we didnt change anything regarding the carts.
Shop: https://ampchampment.com/
Best regards
Solved! Go to the solution
This is an accepted solution.
Hello there,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:
button#checkout {
background-color: #000;
}
This is an accepted solution.
Hello there,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:
button.button.button--primary.button--full-width {
background-color: #D12228!important;
}
This is an accepted solution.
Hello there,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:
button#checkout {
background-color: #000;
}
Thank you very much, it worked
Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.
Hi,
If you put an item into your cart, the checkout button is still grey. it is only red now if you click on your cart button and want to check out from there. i want the button to be red in the "checkout notification" cart. How would I do that?
Best regards
This is an accepted solution.
Hello there,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:
button.button.button--primary.button--full-width {
background-color: #D12228!important;
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025