Getting rid of the shopping cart in nav menu

Support Forums for LiveMesh Themes & Plugins Forums Peak Theme Support Getting rid of the shopping cart in nav menu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17913
    joshc14
    Member

    Hi, could you please tell me how to get rid of the shopping cart, dollar amount, and item counts on the right side of the Navigation bar? I don’t mind editing code.

    #17921
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    .woocommerce-site #header .site-header-cart {
        display: none;
    }
    

    Or If you are not using woocommerce then you can remove the cart icon by simply deactivating the woocommerce plugin.

    #17923
    joshc14
    Member

    Thank you! I tried deactivating woocommerce before and it didn’t disappear for some reason. It’s gone after I did it again. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Getting rid of the shopping cart in nav menu’ is closed to new replies.