All Collections
Add a Shop to Vsble
Add Ecwid Store
Adding & customizing the cart icon
Adding & customizing the cart icon
Updated over a week ago

You can style your cart icon with Ecwid to your liking. You can change for example:

  1. Icon style

  2. Position

  3. Behaviour

  4. Offset

Watch the video below on how to ad a sticky cart icon to your store:

Here is the custom code for the sticky cart:

<div data-fixed="TRUE"
data-fixed-position="TOP_RIGHT"
data-fixed-shape="VALUE"
data-horizontal-indent="VALUE"
data-vertical-indent="VALUE" class="ec-cart-widget"></div>
<div>
<script data-cfasync="false" type="text/javascript"
src="https://app.ecwid.com/script.js?STORE_ID&data_platform=code"
charset="utf-8"></script><script>Ecwid.init();</script></div>

Did this answer your question?