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?
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
User | Count |
---|---|
25 | |
20 | |
17 | |
16 | |
15 |