Remove Shopping Cart Woocomerce without disabling Woocomerce

Support Forums for LiveMesh Themes & Plugins Forums FitPro Theme Support Remove Shopping Cart Woocomerce without disabling Woocomerce

Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15250
    JuanOlivier
    Member

    Thats it, I maybe use woocomerce as a product catalog, so I don’t want to remove or disable the pluging but I dont want the cart showing all time in the web.
    I was looking in the Theme Options (like in other themes) but the options does not exist.
    Any idea?

    #15252
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    .woocommerce-site .cart-contents {
      display: none;
    }
    
    #15282
    JuanOlivier
    Member

    Thaks that worked fine in custom-editor-style.css under CSS folder in the theme folder.

    #15292
    Veena
    Moderator

    You can also add the same in Themeoptions > Custom CSS tab.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Shopping Cart Woocomerce without disabling Woocomerce’ is closed to new replies.