Home Forums WoodMart support forum Change the font color of the payment window and shopping basket window

Change the font color of the payment window and shopping basket window

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #551128

    lhw8119
    Participant

    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.
    #551287

    Hung Pham
    Participant

    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,

Viewing 2 posts - 1 through 2 (of 2 total)