Remove Cart notification from icon

Solved

Remove Cart notification from icon

rnogueira
Excursionist
16 0 3

Hi, my site is civillain.co and the password is applepayday

 

I need to remove the little red bubble notification from the "Cart" icon when you add an item to cart, it looks buggy, see below:

rnogueira_0-1716939464562.png

I need to remove strictly just the red bubble. I want it to say "CART" at all times with no red bubble

 

Thank you!

 

Accepted Solution (1)

comercioservice
Shopify Partner
291 37 36

This is an accepted solution.

Hello @rnogueira , Hope you are well,
Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) base.css and paste this code on the end

 

.cart-count-bubble {
    display: none;
}

 

I hope it works for you, let me know, if not, I have another solution just DM me



Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!

View solution in original post

Replies 2 (2)

comercioservice
Shopify Partner
291 37 36

This is an accepted solution.

Hello @rnogueira , Hope you are well,
Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) base.css and paste this code on the end

 

.cart-count-bubble {
    display: none;
}

 

I hope it works for you, let me know, if not, I have another solution just DM me



Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!
rnogueira
Excursionist
16 0 3

Perfect thank you so much