This topic has 2 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Olga Barlow
Hi,
Is it possible to disable clear button? if so how do i do so.
Thanks
Hello,
Unfortunately, there is no such option in WooCommerce settings. But you can do this by custom CSS.
Go to Theme Options > Styling > Custom CSS and add the following code:
.variations .reset_variations {display: none !important;}
Regards
You must be logged in to reply to this topic.Log in/Sign up