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.
Can I hide the image titles on the portfolio thumbnails?? If yes, how to do it??
Hi Kupesan,
Yes that is possible to do with CSS. So just add the code below to Custom CSS:
.portfolio-holder .thumb .hover-state.hover-style-white h3 a { display: none; }http://suhardhaprabash.com/
I have the portfolio on the homepage of this site. How can I hide the item title on the thumbnail of the portfolio and display only the item category??
Hi Suharsha,
Thanks for responding back! Kindly read out our previous reply as we have provided the solution in that.