Change the font color of the payment window and shopping basket window
-
hello sir
I want to change the font color of the payment window and shopping basket window
please thank you
Attachments:
You must be
logged in to view attached files.
Hi lhw8119,
Thanks for reaching to us.
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
.wd-checkout-prod-title>:is(.cart-product-label-link,.cart-product-label),
table.shop_table th,
tr.cart_item .product-total .woocommerce-Price-amount.amount,
.cart-totals-inner a.shipping-calculator-button,
.cart-totals-inner .woocommerce-shipping-destination,
.shipping label,
table :is(tbody,tfoot) th,
.cart-totals-inner>h2,
.cart-totals-inner table .cart-subtotal .amount,
.woocommerce-Price-amount.amount{
color: #fff;
}
Regards,