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.
hi, i installed kalium "Demo content Shop", my question is, how its posible change colour white in each categories
Hi there,
To change this paste the code below in the Custom CSS, located on the left of your admin panel:
.woocommerce .shop-categories .product-category-col>.product-category h3 {
background: #000;
}
Best regards,
Laborator Team
Thanks you, it works !!!! now, if i wanna change the colours of typo or other typo, is it posible?
and second how can i change the colour of footer ?
To change the color of any element you can do easily through Custom CSS, we need your site URL to make the changes as the site from site changes.
Using the CSS below will change the color of the footer:
.main-footer.fixed-footer { background: red !important; }Best regards,
Laborator Team