Add to cart pop-up in dawn theme transparent

Topic summary

Add-to-cart pop-up (cart notification) in the Dawn theme appears transparent, making text and the checkout button hard to read; requester wants a solid background color. Store URL shared: michaelgrp.com.

  • Clarification: Asked whether the pop-up comes from an app. Requester confirmed it does not (theme-native behavior).
  • Proposed fix: Add custom CSS in theme.liquid before to style the cart notification:
    • div#cart-notification { background: #fff !important; }
    • Button/link colors and borders set to black. A screenshot of the code placement was included.
  • Outcome: Requester reported the CSS did not work.

Notes:

  • The CSS targets #cart-notification and related button selectors; effectiveness may depend on the exact markup or CSS specificity in the current Dawn version. The provided snippet shows a likely typo in “border” (split as “bor der”).
  • An unrelated post linked to a different design topic (adding text/timer) and did not advance this issue.

Status: Unresolved/ongoing. Next steps implied: further selector/specificity checks or alternate styling approach; no confirmed solution yet.

Summarized with AI on December 16. AI used: gpt-5.

Hi there! unfortunately that didn’t work for me