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 ...
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...
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...