Home Forums WoodMart support forum Dark theme settings

Dark theme settings

Viewing 2 posts - 31 through 32 (of 32 total)
  • Author
    Posts
  • #284274

    ipix
    Participant

    Okay. Thank you.
    It is necessary to modify a little the rest of the text of the check on the checkout page. I have highlighted everything in detail in the screenshot and indicated the colors for convenience.

    #284484

    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.

Viewing 2 posts - 31 through 32 (of 32 total)