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 do I get rid of the heart/like button at the bottom of the portfolio item pages?
Hi Kateotte,
If you want to disable the Like functionality completely then you can do that through the Theme Options > Portfolio Settings but if you want to hide it just in the portfolio item pages then add the following CSS in your Custom CSS area:
.social-links-plain { display: none !important; }Best regards,
Laborator Team