Changing JUST Add to Cart Button Color - Dawn Theme

Changing JUST Add to Cart Button Color - Dawn Theme

kprieto1023
Tourist
5 0 2

I am looking for solutions to change just the color of the add to cart button on my home page, without affecting other button colors throughout the store. 

 

I'm assuming I have to edit the theme code but that is beyond my expertise so any help would be greatly appreciated. Thank you!

Replies 3 (3)

devcoders
Shopify Partner
1578 185 482

Hello @kprieto1023 

Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
kprieto1023
Tourist
5 0 2

I appreciate your reply.

 

Store url is celestenoir.shop and I just want to change the add to cart button, not all the button colors please.

DaisyVo
Shopify Partner
4460 499 594

Hi @kprieto1023 

 

In order to fulfill your request, please follow these steps
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head>

 

{% style %}
{% if template.name == "index" %}
.image-with-text__text.rte.body + a.button.button--primary[href="/collections/all"] {
    background: orange;
}
.image-with-text__text.rte.body + a.button.button--primary[href="/collections/all"]::after {
    display: none !important;
}
.banner__buttons > a.button.button--secondary[href="/collections/all"] {
    background: red !important;
}
.banner__buttons > a.button.button--secondary[href="/collections/all"]::after {
    display: none !important;
}
{% endif %}
{% endstyle %}


Here is the result: 

image_720.png

image_720.png

 

 I hope this helps 

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution