We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Change Add to basket button colour and text

Solved

Change Add to basket button colour and text

samr66
Excursionist
37 0 7

Hello, 

 

Can anyone help with changing the ''ADD TO BASKET'' button to black and text to white for both desktop and mobile view.

 

I'm using the dawn theme (15.3.0) 

 

Thanks,

Sam

Accepted Solution (1)
topnewyork
Astronaut
1552 192 253

This is an accepted solution.

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

.quick-add__submit {
    background: black !important;
    color: white !important;
}


Thanks!

topnewyork_0-1750248611574.png

 

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

View solution in original post

Replies 11 (11)

websensepro
Shopify Partner
2144 268 319

Hi @samr66 , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
samr66
Excursionist
37 0 7

Hi,

it's - thescentedmeltshop.com -  password: shop90

Mustafa_Ali
Trailblazer
523 51 101

hey @samr66 share the URLs of your website plz

"Need a Shopify Specialist"?Chat on WhatsApp
Or email at: mustafaalideveloper001@gmail.com
"If my solution was helpful, mark it as a solution and hit the like button! And wait don't forget to"

topnewyork
Astronaut
1552 192 253

Hi @samr66,

 

kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
samr66
Excursionist
37 0 7

Hi, 

it's - thescentedmeltshop.com -  password: shop90

topnewyork
Astronaut
1552 192 253

This is an accepted solution.

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

.quick-add__submit {
    background: black !important;
    color: white !important;
}


Thanks!

topnewyork_0-1750248611574.png

 

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
samr66
Excursionist
37 0 7

Thank you it's worked! 

is there a way to make it the same on product page to?

topnewyork
Astronaut
1552 192 253

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

.product-form__submit,
.quick-add__submit {
    background: black !important;
    color: white !important;
}

 

topnewyork_0-1750249095187.png

 



Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
samr66
Excursionist
37 0 7

great, thanks for your help!

Mustafa_Ali
Trailblazer
523 51 101
<style>
.quick-add__submit {
    background-color: black !important;
    color: white !important;
}
</style>

Mustafa_Ali_0-1750248659042.png

hey @samr66 @ dear follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the </body> ----->
before the body ----->
if this code work please do not forget to like and mark it solution

 

"Need a Shopify Specialist"?Chat on WhatsApp
Or email at: mustafaalideveloper001@gmail.com
"If my solution was helpful, mark it as a solution and hit the like button! And wait don't forget to"

Dkpatel
Shopify Partner
28 1 1

Hi samr66,

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

<style>
.quick-add__submit {
    background-color: #000 !important;
    color: #fff !important;
}
</style>

 

 

Dkpatel_0-1750248826316.png

 

If you found my post helpful, please give it a thumbs up — it helps others with similar questions find the solution more easily.
Feel free to reach out via email: dkpatel2431@gmail.com