jak změnit ikonu tašky na ikonu nákupního košíku, Motive Dawn 10.2
https://anderewelt.cz/collections/ostatni-2
jak změnit ikonu tašky na ikonu nákupního košíku, Motive Dawn 10.2
https://anderewelt.cz/collections/ostatni-2
Hey @jan_v_1 could you please provide me the password of your Shopify store so that I take I look and provide you solution.
Thanks
as you are using Dawn theme , you can go to theme edit page and then search the sections/header.liquid file and search for icon-cart-empty.svg
{% if cart == empty %}
{{'icon-cart-empty.svg' | inline_asset_content }}
{% else %}
{{'icon-cart.svg' | inline_asset_content }}
{% endif %}
Then you can change this svg icon with your own svg icon. You can upload the svg in your them assets file and then use. You can find svg in heroicon site also if you need the svg icon.
Hope it will solve your issue.
Thank you
janv123