Skip to content

Instantly share code, notes, and snippets.

@rynaldos-zz
Created July 22, 2016 10:24
Show Gist options
  • Save rynaldos-zz/36b93cc2c146775a55ecfb2d1d432fb7 to your computer and use it in GitHub Desktop.
Save rynaldos-zz/36b93cc2c146775a55ecfb2d1d432fb7 to your computer and use it in GitHub Desktop.
Hide TRS String in Cart / Checkout
.cart_totals tr.shipping td,
#order_review tr.shipping td {
visibility: hidden;
float: left;
}
.cart_totals tr.shipping td span.amount,
#order_review tr.shipping td span.amount {
visibility: visible;
float: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment