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.
how can I change the product heading in the item overview and on the individual product view? I have to take very long headings that the customers do not confuse the article and therefore I would have to make the headings a little smaller.
Hi there,
Try adding this CSS to Custom CSS to make the titles smaller inside the product page:
.woocommerce.single .summary .product_title { font-size: 24px; }Best regards,
Laborator Team