Home › Forums › WoodMart support forum › Dark text color on shop button › Reply To: Dark text color on shop button
August 7, 2021 at 7:48 am
#311251

Aizaz Imtiaz Awan
Keymaster
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