Home Forums WoodMart support forum Dark theme settings Reply To: Dark theme settings

#284230

Hello,

I saw the screenshot you attached.

1) Please try adding the following Custom CSS for that.

.single-product-page .wd-action-btn.wd-wishlist-btn>a:before {
    color: white;
}

2) Please try adding the following Custom CSS for that.

.wd-nav-mobile li.menu-item-compare {
    display: none;
}

3) Please try adding the following Custom CSS for that.

.global-color-scheme-light .checkout-order-review {
    background-color: white;
}

#order_review_heading {
    color: black;
}

.woocommerce-checkout-review-order-table th {
 color: black;
}

.global-color-scheme-light .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    color: black;
}

span.woocommerce-terms-and-conditions-checkbox-text {
    color: black;
}

Note: Please create separate topics for your questions to make sure that one topic not takes too long and avoid any confusion.

Best Regards.