Hi,
Can you look at the screen shot attached. Can we have it to look like this?
Also Can the Length have the size after it instead off under and the same with internal external dia.
I added these lines to Custom CSS of Theme Options:
.woocommerce table.woocommerce-checkout-review-order-table td.product-name dl.variation dd,.woocommerce table.shop_table.order_details td.product-name dl.variation dd,.woocommerce table.woocommerce-checkout-review-order-table td.product-name dl.variation dt,.woocommerce table.shop_table.order_details td.product-name dl.variation dt{
float: left;
margin-right: 1em;
}
Can we remove the shipping next to the price (see attached mock up of how we need it to look)
If you want to change the text, you can change it here: http://prntscr.com/n0d94v
If you want to hide the text you can use these lines:
.woocommerce-shipping-totals.shipping ul li>label {
font-size: 0;
}
.woocommerce-shipping-totals.shipping ul li>label .amount {
font-size: 14px;
}
Best regards,
tb.