Re: Change ADD TO CART button colour dawn theme

Solved

Change ADD TO CART button colour dawn theme

albertandkeefes
Tourist
9 0 4

Hi guys, any idea how I change this 'add to cart button' from transparent to black with white text? 

Screenshot 2024-02-21 at 13.18.51.png

URL: http://albertandkeefes.com

password: galoch

 

Thank you 

Accepted Solutions (2)

Guleria
Shopify Partner
4173 812 1168

This is an accepted solution.

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your quick-add.css file and paste the following code at the bottom:

.quick-add .quick-add__submit {
    background-color: #000;
    color: #fff;
}
- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

ZestardTech
Shopify Partner
6148 1099 1475

This is an accepted solution.

Hello There,
 
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
 

 

.quick-add .quick-add__submit {
background-color: #000;
color: #fff;
}

 

 

ZestardTech_0-1708522397827.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 4 (4)

Guleria
Shopify Partner
4173 812 1168

This is an accepted solution.

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your quick-add.css file and paste the following code at the bottom:

.quick-add .quick-add__submit {
    background-color: #000;
    color: #fff;
}
- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
albertandkeefes
Tourist
9 0 4

Thank you!

ZestardTech
Shopify Partner
6148 1099 1475

This is an accepted solution.

Hello There,
 
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
 

 

.quick-add .quick-add__submit {
background-color: #000;
color: #fff;
}

 

 

ZestardTech_0-1708522397827.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Anastasiia2
Visitor
2 0 0

Thank you. I want to change color too, but also height of the buttons and make them round. Is there a way to add these simple settings straight into the "theme settings"?