ColorlibHQ / Fashe

Free Shopify ecommerce theme
34 stars 50 forks source link

Cart on mobile not clickable #60

Open illolo opened 3 years ago

illolo commented 3 years ago

Is there anyway to link this directly to the cart page even /cart

as this is completely unclickable on mobile

illolo commented 3 years ago

Self fix: edit within snippets the file: header-cart-mob.liquid

Edit line 1 to be: < a href="/cart"> < img src="{{ 'icon-header-02.png' | asset_url }}" class="header-icon1 js-show-header-dropdown" alt="ICON" >< /a >

Remember to close spaces of tags