Dark text color on shop button
-
For some reason the “Filter Button” in the Shop page, text is showing up as dark grey which makes it difficult to see since the background color of the button is black. The issue is same for “View Cart” and “Update Cart”. I need to fix this frontend bug.
Attachments:
You must be
logged in to view attached files.
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