Remove quantity on cart icon but keep icon bubble

Solved
wangx
New Member
7 0 0

Hello! I would like to remove the quantity shown on the cart icon but keep the bubble on the icon. Can someone please help me on this, thank you! 

 

Using Dawn theme

Accepted Solution (1)
makkaomakka
Shopify Partner
817 153 171

This is an accepted solution.

Hi @wangx ,

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

 

<style>
.cart-count-bubble span {
    display: none!important;
}
</style>

 

Result: 

makkaomakka_0-1700470463549.png

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

❤️❤️

Buy me a coffee


For quick response - Message Me


BFCM: Boost sales with BOGO+ Easy Free Gift Upsell. Enter code "BFWIZZ30" to enjoy 30% OFF.

View solution in original post

Replies 6 (6)
websensepro
Shopify Partner
687 94 96

Hi, @wangx.

 

Kindly share your store URL and password.

Need a Shopify developer?
Hire us at websensepro.com
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel
wangx
New Member
7 0 0

Yes! 

 

https://lunewuf.com/

password: lunewufpack

makkaomakka
Shopify Partner
817 153 171

This is an accepted solution.

Hi @wangx ,

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

 

<style>
.cart-count-bubble span {
    display: none!important;
}
</style>

 

Result: 

makkaomakka_0-1700470463549.png

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

❤️❤️

Buy me a coffee


For quick response - Message Me


BFCM: Boost sales with BOGO+ Easy Free Gift Upsell. Enter code "BFWIZZ30" to enjoy 30% OFF.

wangx
New Member
7 0 0

Thank you so much, exactly what I needed! 

makkaomakka
Shopify Partner
817 153 171

Hi @wangx ,

 

Can you provide link to your store?

❤️❤️

Buy me a coffee


For quick response - Message Me


BFCM: Boost sales with BOGO+ Easy Free Gift Upsell. Enter code "BFWIZZ30" to enjoy 30% OFF.

websensepro
Shopify Partner
687 94 96

Hi, @wangx.

 

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag.

 

<style>
.cart-count-bubble {
    visibility: hidden;
}
</style>

 

Result:

websensepro_0-1700560390811.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Need a Shopify developer?
Hire us at websensepro.com
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel