Support » Plugin: WooCommerce » Hide Update Cart Button

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this in your custom css:

    #content input.button[value="Update Cart"] {display:none !important}

    This will not work for IE6 and may not work for IE7/8.

    There are other ways involving hooks but you will need to know some PHP.

    Thread Starter asilia

    (@asilia)

    It worked!! Thank you!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Update Cart Button’ is closed to new replies.