How do I remove the ecommerce shopping cart icon from the header?

Use the code below to hide the shopping cart icon from the header when using the ecommerce feature:

1) Log into your App Manager and select your app.

2) Click Colors from the left-hand-side of the screen (or the middle of the screen).

3) Scroll down to the Advanced SCSS box. If there is already code in the box do not delete it! Simply add this code “below” the last character of code in the box.

/** Begin remove shopping cart icon from header.*/

i.icon.ion-ios-cart {

display: none;

}

/** End remove shopping cart icon from header.*/

4)Click Save.