Change Color of Quick Add Button Dawn Theme

Jaclyn2
Excursionist
24 0 12

Hello! 

 

I am using the dawn theme and would like to know how to change the color of the quick add button that is on the collection pages to black with white text. Currently it is white with black text. 

Screen Shot 2022-08-29 at 11.52.21 AM.png

Replies 6 (6)

ReturnPrime
Shopify Partner
438 63 102

Hey @Jaclyn2  ,
Welcome to the Shopify community!
Please share your store URL.
So that I will check and let you know the exact solution here.
Thank you.
Raman!

KetanKumar
Shopify Partner
36839 3635 11972

@Jaclyn2 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
alexlenehan
Visitor
1 0 0

Hello, I am wanting to do the same thing - change the "quick add" buttons on the homepage of my store from white with a black outline to solid blue with black writing. The URL is https://www.hizbody.com.au/ however I am creating a new site on a different theme 

CChing
Shopify Partner
5 0 3

Go to your theme go to edit code and find the following

quick-add.css under assets and find the following line of code and add the bolded lines... that will change it to black with white font... you can enter whatever colour you'd like

 

.quick-add__submit {
padding: 0.8rem;
min-width: 100%;
box-sizing: border-box;
background-color: #121212;
color: #FFFFFF
}

drevanto
Visitor
1 0 0

this helped me solve my problem! thank you

KyuubiAnime
Tourist
3 0 2

This solution was clutch and to the point! I have been breaking my head and you saved the day!