Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hello
I would like to know if I can change the effect of the hover in the categories "ternera" and "cerdo". Instead of underlining the text that it would change color, or the image zoom.
Thank you
Hi there,
This is not possible through theme options but I will give you this customization which you can add to Custom CSS:
.product-category.product a img { transition: all 0.2s; } .product-category.product a:hover img { transform: scale(1.05); } .product-category.product a:hover { text-decoration: none; }Best regards,
Laborator Team
Hi there,
Unfortunately that's how WooCommerce manages the categories and the hierarchy so that's not something we can manage from the theme as it's a WooCommerce function.
Best regards,
Laborator Team