This topic has 5 replies, 2 voices, and was last updated 2 years, 5 months ago ago by Ministry Of Concrete
Hello there, i want to make the available variation swatches reveal on hover.
For Example: https://www.footshop.gr/el/2347-andrika-roucha (hove on product and sizes will reveal)
I saw a similar topic and you mentioned thats you do not have this feature.
Is there a way to make this custom?
Is there a possibility that you add this feature in the next updates?
Thanks!
Hello,
We don’t have such option in our theme. You may try to add the below code to Theme Options > Custom CSS to hide sizes by default and display on hover only
.content-product .product-details .st-swatch-in-loop {
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 0;
}
.content-product:hover .product-details .st-swatch-in-loop {
opacity: 1;
}
Also, you can submit a feature request here https://www.8theme.com/taskboard/ if you want to get any new options and our developers will check that.
Regards
Alright, i submitted it as a new feature.
Thanks!
Hello,
Thank you.
Regards
Alright, thanks!
Tagged: hover, product catalog, reveal, swatches, variations, woocommerce, wordpress
The issue related to '‘Product catalog variations swatches reveal on hover’' has been successfully resolved, and the topic is now closed for further responses