How to hide the Cart icon from menu in ShopIsle

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; 
}
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us