Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support lavendervu2510

    (@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.

    Thread Starter bigdamm

    (@legeaclubs)

    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 5 months, 1 week ago by bigdamm.
    • This reply was modified 5 months, 1 week ago by bigdamm.
    Plugin Support lavendervu2510

    (@lavendervu2510)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.