i wanna change colour

i wanna change colour

Emiway
Trailblazer
255 0 48

want Background colour of checkout button to be #9ACA3D & Text colour #303030

URL: https://www.mostlymo.com/cart

Screenshot 2025-01-08 120955.png

Replies 2 (2)

Tech_Coding
Shopify Partner
500 127 124

Hello @Emiway 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
   cart-note.cart-form__note.block + button[name="checkout"] {
     background: #9ACA3D !important;
     color: #303030 !important;
   }
</style>
RESULT:

Tech_Coding_0-1736319516995.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

DaisyVo
Shopify Partner
2354 291 333

Hi @Emiway 

 

I hope you are well. You can follow our instructions below:


1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there

 

Here is the code for Step 3:

 

cart-note.cart-form__note.block + button[name="checkout"] {
    background: #9ACA3D !important;
    color: #303030 !important;
}

 

image (50).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution