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

#308247

Bogdan Donovan
Keymaster

Hello,

If you want to change color, font-weight and font-family try to replace previous custom code with the following one:

.cart-totals-inner .shop_table_responsive td:before {
    text-transform: inherit;
    font-family: var(--wd-title-font);
    color: var(--wd-title-color);
    font-style: var(--wd-title-font-style);
    font-weight: var(--wd-title-font-weight);
}

Kind Regards