REMOVING DFEAULT VARIATION COLOR SWATCHES
-
Hi Xtemos,
I am trying to remove the default color variation switches that come with WooCommerce and your theme. I was wondering if you could provide the CSS to do so.
I provided an image explaining what I mean.
I am using the WooPlugins Color Variation Swatches plugin and need the default swatches removed from the product pages.
Thanks.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached and visited your website and the color swatches are already removed.
Screenshot for Clarification: https://ibb.co/cwF3v7k
It seems that you have managed to remove it yourself.
Regards.
Xtemos Studios
Hi,
The color swatches appear for a second or two when initially loading the page.
For example:
https://www.loom.com/share/3e27419e6bf34bab9f6b40b2049d188f
I essentially am looking for a way to disable the default color swatches.
They appear for a second making the page loading seem sloppy. Is it possible to completely hide the default swatches from appearing in the theme?
Thanks,
-Nick
Hello,
Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global Custom CSS section:
.swatches-select.swatches-on-single {
display: none;
}
Best Regards.