Re: Cart type, Popup notification, Dawn theme

Solved

Cart type, Popup notification, Dawn theme

ellsta
Excursionist
13 0 3

Hi

I can't figure out why the text on one button is orange (it should be white). I'm attaching images of the front end and the settings of the colour scheme. Can someone help me change the text to white without affecting other elements?

Thank you in advance. 

Ellen

2024-05-22 15_07_04-Favola Forlag · Customize Dawn · Shopify.png2024-05-22 15_07_40-Boken om_ Barndom _ 30-tallet – Favola Forlag.png

Accepted Solution (1)
AnneLuo
Shopify Partner
1221 219 248

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
.cart-notification__links .button.button--secondary.button--full-width {
    color: #fff !important;
}
</style>
 

After modification:

AnneLuo_0-1716384437622.png

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Replies 5 (5)

AnneLuo
Shopify Partner
1221 219 248

Hi, @ellsta 

Please share the store URL so that I can assist you.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

ellsta
Excursionist
13 0 3
AnneLuo
Shopify Partner
1221 219 248

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
.cart-notification__links .button.button--secondary.button--full-width {
    color: #fff !important;
}
</style>
 

After modification:

AnneLuo_0-1716384437622.png

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

ellsta
Excursionist
13 0 3

Thanks a lot!

Made4uo-Ribe
Shopify Partner
9571 2279 2828

Hi @ellsta 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

a#cart-notification-button {
    color: white !important;
}

 

And Save. 

Result:

Made4uoRibe_0-1716384030811.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.