Variations: hide clear button
-
On product variations, could You please suggest a CSS to hide the “clean selection” text and button which appear under the swatch?
Thank You for Your support
Hello,
Please provide the screen and page URL, also provide your site admin access.
The site you provided earlier seems to wrong it has one variable an no swatches on the default theme
Best Regards
Hi,
the site w/ variable products is a second site (I purchased 2 licences)
I’m sending the info in private
Attachments:
You must be
logged in to view attached files.
Hello,
Add this code to the Theme Settings > Custom CSS:
.variations_form.variation-swatch-selected .reset_variations {
display:none;
}
And please clarify which button do you want to hide? Provide the screenshot.
Best Regards