Hello Shopify community,
I try to remove cart icon and instead have something similar to this (its text i think)
with help of community, i have done it, but when adding to cart, it makes round bubble and ruins cart item quantities.
any ideas?
Hi @junktiontbs ,
You need to change at 2 positions, it will work fine:
Hi, do not understand what to change, it quite same code sits at my current website. same as you have here in screenshots.
No, its actually live now: https://mwpcbi-sv.myshopify.com/
Hi @junktiontbs ,
Please send the website link, I will check it for you
Hello Namphan,
this is website: https://mwpcbi-sv.myshopify.com/
Hi @junktiontbs ,
I checked and you still haven’t changed the text, how do you want the text to display?
I want just to be written BAG and item number in bags thats it, now its bubble. broken
Hi @junktiontbs ,
Please follow these steps:
Code: BAG
.cart-count-bubble {
position: relative !important;
top: 0 !important;
left: 0.5rem !important;
}