random css showing in my cart drawer

MagicBikinis
New Member
5 0 0

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 ZAR<span class=money>R 1,440.00</span> 

(-<span class=money>R 160.00</span>)  

BLACK5DAY 10% OFF

Medium / Gold / Soft Cup

 

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

Replies 3 (3)
diego_ezfy
Shopify Partner
2844 543 781

@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

MagicBikinis
New Member
5 0 0

Brilliant, thanks Diego! 🙂

diego_ezfy
Shopify Partner
2844 543 781

@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