Home Forums WoodMart support forum Dark text color on shop button

Dark text color on shop button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #311231

    kbe3999
    Participant

    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.
    #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

Viewing 2 posts - 1 through 2 (of 2 total)