We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Dawn theme how to change the drawer cart button color

Solved

Dawn theme how to change the drawer cart button color

DaandeLeur
Excursionist
32 0 11

I want to change the color from the button 'ga till kassan' to a green background with white letters. How do i fix it?Dawn drawer page.png

Accepted Solution (1)

PageFly-Noah
Shopify Partner
1317 233 282

This is an accepted solution.

Hi @DaandeLeur 

 

This is Noah from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
button#CartDrawer-Checkout {
background-color: #3C9342!important;
color: #fff;
}
</style>

PageFlyNoah_0-1699432332778.png

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
7764 2082 2568

Hey @DaandeLeur 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


DaandeLeur
Excursionist
32 0 11

PageFly-Noah
Shopify Partner
1317 233 282

This is an accepted solution.

Hi @DaandeLeur 

 

This is Noah from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
button#CartDrawer-Checkout {
background-color: #3C9342!important;
color: #fff;
}
</style>

PageFlyNoah_0-1699432332778.png

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

DaandeLeur
Excursionist
32 0 11

Perfect, thank you so much!

PageFly-Noah
Shopify Partner
1317 233 282

Glad that i'm able to help. Let me know if you have any questions

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.