Home Forums WoodMart support forum "Clear" button on variables missing (Reset variation) Reply To: "Clear" button on variables missing (Reset variation)

#182566

brCalin
Participant

Hi,

Here is what you requested:

The link to the topic with the similar issue:
https://xtemos.com/forums/topic/clear-button-on-variables-missing/

The problem is that the button that should clear the selection of variations in the single product window is not showing up.

I managed to resolve the issue with the following css code:

.variations_form .reset_variations {
display: inline-block;
visibility:visible!important;
margin-left: 10px;
color: #3f3f3f;
vertical-align: middle;
font-size: 12px;
opacity:1!important;
pointer-events:auto !important;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}

But now, the button is always visible and I want it to be visible only when a selection is done (this is the normal behaviour).

I deactivated all the plugins except Woocommerce, but the issue persists.
Also, if I switch the theme, the button is working properly.

Attachments:
You must be logged in to view attached files.