Why is random CSS appearing in my cart drawer?

Hi, we have some automated discounts active for the next few days.

This is what comes up in my Ajax Cart/Cart Drawer with a product added:

Bikini No.106 Gold Sequin with Diamante Connectors

R 1,600.00 ZARR 1,440.00

(-R 160.00)

BLACK5DAY 10% OFF

Medium / Gold / Soft Cup

There seems to be random css displaying here, any idea how to get rid of it?

@MagicBikinis , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > styles.scss.liquid or theme.css and paste this at the bottom of the file:
span.ajaxcart__product-discounts {
    display: none !important;
}

Kind regards,
Diego

Brilliant, thanks Diego! :slightly_smiling_face:

@MagicBikinis ,

You’re welcome.

Kindly make sure to click on the button “Accept as Solution” below whichever answer solved your problem.

This way people with similar issues can also benefit from this in the future.

Kind regards,
Diego