By default, MyListing will show the shopping cart in the navigation area, regardless of whether someone has added anything to their cart.
This snippet helps create a cleaner navigation area with fewer distractions for MyListing websites and applies to those that have enabled the ‘Show Cart’ setting (Theme Tools > Theme Options > Header).
.view-cart-contents:not(:has(.header-cart-counter[data-count])) {
display: none;
}Note: Users will see a flash of the cart icon before it disappears. According to the MyListing developers, there is no way around this.