Minimal Theme - Change 'Add to Cart' button color 2021

Hi,

I am trying to change my Add to Cart color. I couldn’t find the code in timber.scss.liquid.

Can someone please help?

https://www.artwickcandleco.com/collections/gift-sets/products/limited-edition-cny-orange-candle?variant=37965736313029

Thanks,

Janice

Hi

Also how can I change font color in shopping cart page?

Thanks,

https://www.artwickcandleco.com/cart

Janice

Do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > timber.scss.liquid and paste this at the bottom of the file:
.template-product #AddToCart{
    background-color: #fff !important;
    border-color: #ffffff !important; 
    color: #000000 !important;
}

You can change the values above as per your need:

#fff = background hex color
#ffffff = border hex color
#000000 = text hex color

Please let me know whether it works.

Kind regards,
Diego