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!
How can I use a image for my porfolio hover effect? I can only use color.
Thanks you very much!
Hi NovitchS,
Please disable the hover effect from Laborator -> Theme Options -> Portfolio Settings,
Please read the article we wrote How to add Custom CSS to your site then paste the code below to Custom CSS Section:
#portfolio-1 .item-box .thumb .hover-state{ background: transparent ('url of you image') !important; }Upload the image From Media Library to your site, get the url of Image then paste the code between quotes on background property :
background: transparent ('http://alexajeannedube.com/wp-content/uploads/10/filename.jpg') !important ;Thank you.