How to change the color of my "add to cart" button

How could I change the color of “add to cart” button?

Hi @Femobook ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file → Save

button.tt-btn-addtocart.addtocart-item-js.thumbprod-button-bg {
    background-color: aqua !important;
    border: aqua !important;
}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Hi @Femobook

Please add this code to theme.liquid file, after in Online Store > Themes > Edit code


Best regards,

Dan from Ryviu

1 Like

Hi, Dan,

Appreciate it! I tried and it is working. Thank you so much!!

Wish you have a nice day.

Mujo

1 Like

You are very welcome!