Add to cart pop-up in dawn theme transparent

Hello all! I’m having some trouble with the add to cart pop-up, it appears transparent, you can still see the words and checkout button but there’s no color so its hard to read and I cannot figure out how to add a background color to it. any help would be greatly appreciated :slightly_smiling_face:

store url is michaelgrp.com

Hi @mgrp

Are you using an application for this add to cart pop-up? If so, I highly suggest that you reach out to the app developer so, they can further check the settings of your app or any error that might be causing this issue.

Hello @mgrp

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

div#cart-notification { background: #fff !important; } .cart-notification__links a.button { color: #000 !important; border: 1px solid #000 !important; } form#cart-notification-form button { border: 1px solid #000 !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

1 Like

Please help me sir! Thank you.

https://community.shopify.com/c/shopify-design/how-to-add-text-and-timer-to-product-page-shopify-dawn-theme/td-p/2814716

Hi there! unfortunately that didn’t work for me

I am not, no