Conversation
supportIs there a way to disable the clear button so its not visible?
Hi, The clear button you mentioned may be generated by either a WooCommerce plugin or your theme. You can explore their settings to disable this feature. Alternatively, it can be hidden using Custom CSS, we can assist you the CSS, just provide your product URL. Best regards.
Ive checked and disabled it with this code: add_filter( ‘woocommerce_reset_variations_link’, ‘__return_empty_string’ ); I thought it had something to do with this plugin 😉 This reply was modified 2 years ago by bigdamm . This reply was modified 2 years ago by bigdamm .
Hi, Please feel free to utilize the custom CSS provided below. If you’re unsure how to add custom CSS, you can refer to the instructions : a.reset_variations{display: none !important;} Best regards. This reply was modified 2 years ago by lavendervu2510 .
Hi, The clear button you mentioned may be generated by either a WooCommerce plugin or your theme. You can explore their settings to disable this feature. Alternatively, it can be hidden using Custom CSS, we can assist you the CSS, just provide your product URL. Best regards.
Ive checked and disabled it with this code: add_filter( ‘woocommerce_reset_variations_link’, ‘__return_empty_string’ ); I thought it had something to do with this plugin 😉 This reply was modified 2 years ago by bigdamm . This reply was modified 2 years ago by bigdamm .
Hi, Please feel free to utilize the custom CSS provided below. If you’re unsure how to add custom CSS, you can refer to the instructions : a.reset_variations{display: none !important;} Best regards. This reply was modified 2 years ago by lavendervu2510 .