Hi,
I am using REFRESH FREE THEME.
How to change colour of “Add to Cart” Button.
I am asking for the colour of this button on “Collections Pages” and Home Page wherever we add a “Featured Collection”
Screenshot Attached: https://paste.pics/N6X7V
Hi,
I am using REFRESH FREE THEME.
How to change colour of “Add to Cart” Button.
I am asking for the colour of this button on “Collections Pages” and Home Page wherever we add a “Featured Collection”
Screenshot Attached: https://paste.pics/N6X7V
Hello There,
/* Change the color of the "Add to Cart" button on collections pages */
.grid__item .product-item__add-to-cart {
background-color: #ff0000; /* Replace with your desired color */
}
/* Change the color of the "Add to Cart" button on the home page for featured collections */
.featured-collections__product-item .product-item__add-to-cart {
background-color: #ff0000; /* Replace with your desired color */
}
This is very interesting wow. Can I instead add as CSS option under the block?
@ZestardTech can you please let me know if this can be done via CSS?
Hey,
This is not working.
Also attached what is there in ASSETS dropdown - https://paste.pics/N72KK
@ZestardTech do check
@niraj_patel @debutifysupport can you please help?
hello @Raghav2
You can add code by following these steps to change ATC background color
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Hello There,
REFRESH THEME: HOW TO CHANGE COLOUR OF ADD TO CART BUTTON
.quick-add__submit {
background-color: #0d684b;
color: #fff;
}
.quick-add__submit span {
color: #fff;
}
THANK YOU - THIS GOT SOLVED. THANK YOU SO MUCH.
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.