Skip to content

Instantly share code, notes, and snippets.

@tokopress
Created March 26, 2019 08:43
Show Gist options
  • Save tokopress/2fd54cb67173e3db628baecc8b302748 to your computer and use it in GitHub Desktop.
Save tokopress/2fd54cb67173e3db628baecc8b302748 to your computer and use it in GitHub Desktop.
WooCommerce - Hide Button on WooCommerce Message/Error/Info After AddToCart
.woocommerce-error .button.wc-forward,
.woocommerce-info .button.wc-forward,
.woocommerce-message .button.wc-forward {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment