Home › Forums › WoodMart support forum › Help with hiding "Reset Options" (.reset_variations) › Reply To: Help with hiding "Reset Options" (.reset_variations)
October 10, 2017 at 5:50 pm
#21182
Artem Temos
Keymaster
Hello,
Try to use this code snippet instead
.variations_form a.reset_variations{ display:none!important; }
Regards