• Resolved psyckott

    (@psyckott)


    I’m trying to hide the update cart. I manage for normal product by

    .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents button[name='update_cart'] {
    display:none;
    }

    For the quote product I tried

    .woocommerce  .gpls_woo_rfq_request_cart button[name='update_rfq_cart'] {
    display:none;
    }
    

    But didn’t work. Any idea ?

    Thank you for your help & time

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

The topic ‘hide update cart’ is closed to new replies.