Solved

How can I alter the button color in Dawn theme?

Floofnboop
Tourist
11 0 3

5EFB0F42-B9E7-46C7-BDFE-6A6AF6831E84.pnghow can i change the background color of the buttons to white? 

floofnboop.com

Floof2

Accepted Solution (1)

PageFly-Richard
Shopify Partner
5011 1120 1803

This is an accepted solution.

Hi @Floofnboop ,

 

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/quick-add.css->paste below code at the bottom of the file:

.quick-add__submit {
    background: #fff !important;
}

PageFlyRichard_0-1678515035080.png

 

I hope it would help you
Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 4 (4)

PageFly-Richard
Shopify Partner
5011 1120 1803

This is an accepted solution.

Hi @Floofnboop ,

 

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/quick-add.css->paste below code at the bottom of the file:

.quick-add__submit {
    background: #fff !important;
}

PageFlyRichard_0-1678515035080.png

 

I hope it would help you
Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

Floofnboop
Tourist
11 0 3

That worked thanks! If you could also help with these others, How could I get these buttons to be the same way? 

5FBC5717-6113-43E9-B48E-B07BA6AB833E.png

A9818CAA-E36C-455B-9152-B08FC6C93D48.png

INA_MSWEB
Shopify Partner
1281 144 168

Hi @Floofnboop 


I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the css file:

.card-wrapper .quick-add__submit {background: #fff !important;}




Regards,

San

If it’s helpful to you, please mark it as a solution.  


Need Help with Shopify Design, Migration, Speed, or Custom tasks?  
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin

Rahul3F
Excursionist
16 2 4

Hello

 

Please apply the css and change the button background color

.quick-add.no-js-hidden modal-opener button[name="add"] {
background-color: red;
}

 

Screenshot(11).png

Thanks.

rahul