fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

delete variation button

Good morning,
Is it possible to hide the button that deletes product changes?

Thank you

Golam Kibria

Hi Alessio,

Do you want to hide the clear button?

Will you please share a product page link here?

You can try adding the following CSS to your customizer:

.single a.reset_variations {
display: none;
}

Thank You

Hi,
thanks for your reply, but it doesn’t seem to work.
I have installed divi.

Golam Kibria

Hi Alessio,

Please try this:

.single a.reset_variations {
display: none !important;
}

Let me know if the issue is resolved.

Thank You

Thank you for your quick assistance.
I will definitely give you a positive review.

You can close the ticket. Thank you.