Home › Forums › Basel support forum › Display bug with multiple tax categories › Reply To: Display bug with multiple tax categories
December 17, 2017 at 7:51 pm
#29374
Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.website-wrapper .site-content .order_details tfoot .includes_tax .amount {
font-size: 100%;
}
Regards