Anik TM Newbie Joined Jan 3, 2017 Messages 38 Reaction score 7 Mar 29, 2017 #1 I want to remove WOOCOMMERCE "CART" from menu. I currently use Pressive theme. Can anyone help me please
I want to remove WOOCOMMERCE "CART" from menu. I currently use Pressive theme. Can anyone help me please
Defeatenonce Regular Member Joined Mar 27, 2017 Messages 210 Reaction score 76 Mar 29, 2017 #2 This is wordpress I assume. In the customization go to the custom css and input .woo-menu-cart { display: none !important; }
This is wordpress I assume. In the customization go to the custom css and input .woo-menu-cart { display: none !important; }
blogzandstuff Elite Member Joined Jan 1, 2015 Messages 10,759 Reaction score 6,921 Mar 29, 2017 #3 Might be something on here http://stackoverflow.com/questions/...y-menu-navigation-bar-in-woo-commerce-wordpre
Might be something on here http://stackoverflow.com/questions/...y-menu-navigation-bar-in-woo-commerce-wordpre
Anik TM Newbie Joined Jan 3, 2017 Messages 38 Reaction score 7 Mar 29, 2017 Thread Starter Thread Starter #4 I have tried it, but it's not working
Defeatenonce Regular Member Joined Mar 27, 2017 Messages 210 Reaction score 76 Mar 29, 2017 #5 Can you send me a pm to your website so I can check wich div it is.
Anik TM Newbie Joined Jan 3, 2017 Messages 38 Reaction score 7 Mar 29, 2017 Thread Starter Thread Starter #6 I have tried it too, it's not working on Pressive theme.
Anik TM Newbie Joined Jan 3, 2017 Messages 38 Reaction score 7 Mar 29, 2017 Thread Starter Thread Starter #7 Problem solved. I have use this code #top .wc-nav li.cart { display: none !important;} #top .wc-nav li.checkout{ display: none !important;} Thanks everyone for help
Problem solved. I have use this code #top .wc-nav li.cart { display: none !important;} #top .wc-nav li.checkout{ display: none !important;} Thanks everyone for help