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.
Good day,
You will see if you go click on "products" (originally named shop by woocommerce) it displays all the categories. You will see just below the image where the name of the category is, it is coloured in black. How do i change this colour?
Hi James,
Paste the following code in the Custom CSS area to change the color of category title:
.woocommerce .products .product-category a h3 { background: #CCC; color: #000; }Best regards,
Laborator Team