Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created November 11, 2020 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukecav/75cd645b3bc11af555eb0030f5b2ebd2 to your computer and use it in GitHub Desktop.
Save lukecav/75cd645b3bc11af555eb0030f5b2ebd2 to your computer and use it in GitHub Desktop.
Hide subtotal from showing on the cart page in WooCommerce
.cart-subtotal {
display: none;
}
@lukecav
Copy link
Author

lukecav commented Nov 11, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment