Home › Forums › WoodMart support forum › Problem with variations › Reply To: Problem with variations
December 5, 2019 at 11:59 pm
#161423
armin
Participant
Interesting! The “clear” button to reset the variable was missing! Actually it was set to opacity=0 in css! Fixed by setting it to “1”. I think it’s a bug that should be fixed in next versions.
.variations_form .reset_variations {
opacity:1!important;
}