Home › Forums › WoodMart support forum › Dark theme settings › Reply To: Dark theme settings
April 20, 2021 at 5:43 am
#284484

Aizaz Imtiaz Awan
Keymaster
Hello,
You are Most Welcome.
Please try adding the following Custom CSS for that.
.global-color-scheme-light .wd-table-wrapper, .global-color-scheme-light .payment_methods .payment_box {
background: white;
}
td.product-name, #shipping_method label, .payment_methods .payment_box p {
color: black;
}
.woocommerce-checkout span.woocommerce-Price-amount.amount {
color: green;
}
.global-color-scheme-light .payment_methods .payment_box:before {
display: none;
}
Best Regards.