How to hide the Cart icon from menu in ShopIsle
ShopIsle displays a cart icon in the navigation bar by default. If you prefer to hide it, you can do so with a short CSS snippet added via the WordPress Customizer.
Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.
In order to hide the cart icon from the navbar when using the ShopIsle theme, please add the following code in Dashboard -> Appearance -> Customize -> Additional CSS editor.
.navbar-cart-inner {
display:none;
}