Table Rate Shipping Appearance
-
Hi,
I am trying to not show the Method Title in Table Rate Shipping. It was showing like this:
I added the following CSS:
.cart_totals tr.shipping td,
#order_review tr.shipping td {
visibility: hidden;
}.cart_totals tr.shipping td span.amount,
#order_review tr.shipping td span.amount {
visibility: visible;
}Which gives me this look:
So, how do I adjust the spacing so the Shipping amount aligns in the column with the other dollar amounts here?
Thanks!
Ted
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Table Rate Shipping Appearance’ is closed to new replies.