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 there,
Please include images and screenshots when explaining a problem, we need to see for which title you are talking about as each of the post types has titles.
Best regards,
Laborator Team
Hi there,
I have added this CSS to Custom CSS to achieve what you want:
/* Limit title to two lines */ .woocommerce .products .product .item-info h3 a { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* number of lines to show */ line-clamp: 2; -webkit-box-orient: vertical; }Best regards,
Laborator Team