Home Forums WoodMart support forum Cart page Reply To: Cart page

#306307

Hello,

I saw the screenshot you attached. Please try adding the following Custom CSS in the Custom CSS for Mobile and Custom CSS for Tablet area under Theme Settings >> Custom CSS.

.cart-totals-inner .shop_table_responsive td:before {
    text-transform: inherit;
}

Best Regards