Home Forums WoodMart support forum Dark text color on shop button Reply To: Dark text color on shop button

#311251

Hello,

I saw the screenshots you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.widget_price_filter .price_slider_amount .button {
    color: white;
}

.woocommerce-mini-cart__buttons .btn-cart {
    color: white;
}

.cart-actions .button[name=update_cart] {
    color: white;
}

Regards.
Xtemos Studios