Start a conversation

Chiara

  • White title on version 1.5.1 for old customers

    In the old version, we have an option to change the style of the New/Featured/Top Seller sections. From the version 1.5.1, we check if the background value is not empty then change the style of these ...

  • Fix mobile layout issue when show header/footer on checkout page

    Add the below CSS to your Footer Script (Admin panel > Storefront > Footer Script) <style> .optimizedCheckout-contentPrimary .cart { display: none; } @media (min-width: 968px) { .optimizedCheckout-con...

  • Show the label of a selected color swatch

    In some case, you want to show the title of your color when selecting an option. You can make a quick fix by adding the below CSS to your Footer Script (Admin panel > Storefront > Footer Script) <styl...