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

Dawn Theme- "Item added to cart" pop-up, where can I change the colors and/or edit this popup?

Dawn Theme- "Item added to cart" pop-up, where can I change the colors and/or edit this popup?

Goldy007
Tourist
10 0 1

As the title says, I can't figure out where to change the color in the cart popup. The colors scheme makes it so the button label is invisible, I'd like the text on t he button white. I'm sure there's a code to fix this, but I'm also not clear on how the popup is this color in the first place, or how you make changes to the pop-up. Thx in advance!

 

Screen Shot 2024-10-16 at 1.03.56 PM.png

Reply 1 (1)

AnneLuo
Shopify Partner
1381 240 281

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 before the </head> tag

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

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