kathyisawesome / wc-mnm-mobile-styles

wc-mnm-mobile-styles
GNU General Public License v3.0
2 stars 1 forks source link

Hides update button in Subscription editing mode #14

Closed helgatheviking closed 1 year ago

helgatheviking commented 1 year ago

with the sub editing mini-extension active, the "update subscription" button is hidden in the my account area by an overly aggressive style rule.

.woocommerce-js .mnm_form.cart .mnm_status, .woocommerce-js .mnm_form.cart .single_add_to_cart_button, .woocommerce-js .mnm_form.cart .mnm_reset {
  display: none !important;
}