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.
HII!
I need to make my blog post featured image not clickable.
website: www.naturalnica.com
pls help :)
thanks
Hi Castor,
Can you please add the code below to Custom CSS
.blog-head-holder .thumb a {
pointer-events: none;
cursor: default;
}
works perfectly! thanks!
Glad to hear that!