Advertisement
brooklyndesignstudio

Hide Woocommerce Cart Icon

Aug 31st, 2018
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. /*-----------------  HIDE WOOCOMMERCE CART ICON  ---------------------*/
  2. .et-cart-info span { display: none !important; }
  3. .et-cart-info { display: none !important; }
  4. .woo-menu-cart { display: none !important; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement