Hi, when I’m on Kontakt page, I click cart icon and this bug appears, Home and Katalog pages are OK.
Hi @klikzmk ,
Please go to theme.liquid file and add code here:
Code:
{% if page.handle == 'contact' %}
{{ 'component-card.css' | asset_url | stylesheet_tag }}
{% endif %}
Hope it helps!
Hi @klikzmk ,
Please change code:
{% if page.handle == 'contact' %}
{{ 'component-card.css' | asset_url | stylesheet_tag }}
{% endif %}
=>
{{ 'component-card.css' | asset_url | stylesheet_tag }}
it will work fine
Worked
Thank you very much.




