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.
Is it possible to see the caption on hover in portfolio lightbox images? I don't want to hide the image (an art image in my case) with the bands appearing up and down, and show the caption only with the scroll of the mouse.
Any CSS or other?
Thank you, Fabio
Hi Fabio,
This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time though :)
Please add the code below to your Custom CSS area:
.lg .lg-sub-html { background-color: #fff; opacity: 0; } .lg:hover .lg-sub-html { opacity: 1 !important; }Result (see video).
Have a nice day!
Thank you Ylli, your CSS works flawlessly!
Best
Fabio
Happy that I helped Fabio
I wish you have a great day ahead!
P.S: If you like the theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.
A huge thank you from me and Laborator in advance.