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.
Another question: Could you please share the code to have the Portfolio Titles on the homepage underline when hovering over them? I want it to be consistent with the rest of the site.
Thanks!
Hi,
It seems that your CSS codes are bringing this problem (see video).
Have a great day!
Appreciate the prompt feedback. I actually didn't have anything in the CSS that caused this. But I added the following code, and that seemed to have worked! Thanks.
.portfolio-holder .item-box .info h3 a:after {background: #000000 !important;
}