What's your biggest current challenge? Have your say in Community Polls along the right column.

Change Shop all button text color in dawn theme

Solved

Change Shop all button text color in dawn theme

theBagbin
Visitor
3 0 0

Screenshot 2023-07-03 144656.png

I would like to change this button color in the dawn theme, but i dont know how to. ANy ideas?

 

Thanks

Accepted Solution (1)
Moeed
Shopify Partner
6359 1723 2084

This is an accepted solution.

Hey @theBagbin 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

<style>
.button--secondary:after {
    box-shadow: unset !important;
    border: solid 1px #8abe53;
}
</style>

Moeed_0-1688361949579.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
6359 1723 2084

Hey @theBagbin 
Kindly share your Store URL and Password if enabled

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


theBagbin
Visitor
3 0 0

https://thebagbin.myshopify.com/ 

pass: sent to you in private messages

 

Moeed
Shopify Partner
6359 1723 2084

Hey @theBagbin 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

<style>
.banner--desktop-transparent .button--secondary {
    color: #8abe53 !important;
}
</style>

Moeed_0-1688360605082.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


theBagbin
Visitor
3 0 0

thank you so much, this worked and changed the text color. Could you please also inform me how to changethe box coloraround it? 

 

Thanks

Moeed
Shopify Partner
6359 1723 2084

This is an accepted solution.

Hey @theBagbin 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

<style>
.button--secondary:after {
    box-shadow: unset !important;
    border: solid 1px #8abe53;
}
</style>

Moeed_0-1688361949579.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral