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,
I'm writing this message because I can't find the option to block the access to my portfolio items displayed on the related page I attached here. I want to display the portfolio items like they are displayed now but i'd like to unable people to access to that items.
Thanks in advance! ;D
Hi Gerard,
Can you please add the code below to your Custom CSS area:
.portfolio-holder .item-box {Have a great day!position: relative;
pointer-events: none;
cursor: default;
}
Hi Ylli,
Thanks for your help. This code works well but do you know how can I activate the rollover? I still need the rollover but I want to block the access to that portfolio pages as this code does now.
Thanks in advance ;D
Hi Gerard,
To do that, you need to do this (see video) in those portfolio projects.
Have a great day!
Perfect, I'll take a look and do it now!