Checkout Button grey background but working

Solved

Checkout Button grey background but working

Ampchampment
Tourist
5 0 3

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

Accepted Solutions (2)

ZestardTech
Shopify Partner
6096 1091 1465

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;
}

ZestardTech_0-1671623192914.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

ZestardTech
Shopify Partner
6096 1091 1465

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;
}

ZestardTech_0-1671624740543.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 5 (5)

ZestardTech
Shopify Partner
6096 1091 1465

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;
}

ZestardTech_0-1671623192914.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Ampchampment
Tourist
5 0 3

Thank you very much, it worked

ZestardTech
Shopify Partner
6096 1091 1465

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.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Ampchampment
Tourist
5 0 3

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

ZestardTech
Shopify Partner
6096 1091 1465

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;
}

ZestardTech_0-1671624740543.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing