How can I change the color of my ATC button?

Dear community,

I want to make some adjustments to my store. I’d like to know the following things:

  1. How do I change my ATC button to a different color? It is white and only the BUY NOW BUTTON is colored.

Website: coffeechains.eu

Theme: Motion

Kind regards

Hi @blcksoapx ,

I am Ani From https://www.task4store.com/ - Shopify Small & Custom Tasks Experts ( By MS Web Designer - Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore )

Here are the Solutions!

Go to Online Store->Theme->Edit code

Asset->/theme.css ->paste the below code at the bottom of the file.

.payment-buttons .add-to-cart--secondary {
    background-color: #ff6161 !important;
    border-color: #ff6161 !important;
    color: #fff !important;
}

If you have any concerns feel free to ask me!

Regards,
Ani

1 Like

Hi,

Do you also know how I change the animated arrow and loading circle of ATC button?