I've tweaked the Wish List, and Mini-basket icons to use something slightly different. For the Wish List, I used the class "u-icon-heart-empty". For the mini-basket, I used the class "u-icon-bag-empty". Now for the help I need. The store owner would like the basket count to appear inside that empty icon.
Fbix1z.png
I have the Default code next to the empty basket icon so I can try different things
I have tried
I got this interesting result
t7FLvO.png
then I tried this
same result as the last image.
If I add something to the basket, there is a change
cprgzE.png
I don't want to this that this isn't doable - can the icon be a background? Suggestions are welcome.
Fbix1z.png
I have the Default code next to the empty basket icon so I can try different things
Code:
<span class="u-icon-bag-empty" data-hook="open-mini-basket"></span> <span class="u-color-white t-site-header__basket-link-quantity" data-hook="open-mini-basket mini-basket-count">&mvte:global_minibasket:basket_count;</span>
Code:
<span class="u-icon-bag-empty" data-hook="open-mini-basket">&mvte:global_minibasket:basket_count;</span>
t7FLvO.png
then I tried this
Code:
<span class="u-icon-bag-empty" data-hook="open-mini-basket mini-basket-count">&mvte:global_minibasket:basket_count;</span>
If I add something to the basket, there is a change
cprgzE.png
I don't want to this that this isn't doable - can the icon be a background? Suggestions are welcome.
Comment