Hello everyone,i use impulse theme so in my cart bubble its show just the color not the numbers.How can i add that,and numbers should be on the white color.
Hello @VisarK
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hello @Tech_Coding it doesnt work, i tried
can you share URL?

bubble count html is not coming from backend see that’s why it not showing. you have to do some coding.
Which coding should i do ?
@Tech_Coding Are you joking with me? Im here to help me and you said you need coding,for coding im her
apologize for that I had try to solve the problem with this code
{%- liquid if cart == empty render 'icon-cart-empty' else render 'icon-cart' endif -%} {{ 'templates.cart.cart' | t }} {%- if cart != empty -%}
{%- if cart.item_count < 100 -%}
{{ cart.item_count }}
{%- endif -%}
{{ 'sections.header.cart_count' | t: count: cart.item_count }}
{%- endif -%}
but I’m not successful in it.
sorry again ![]()
