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
Scrolling over the image for the LMS course featured image shows a horizontal green line. Any thought? The plug-in developer said it was theme related but then they always do!
Hi Darren,
Please add the code below to your Custom CSS area:
.course_post_image a.link-hover:after { background-color: transparent; }Have a nice day!
I added it to the page CSS and it's cleared most of it but still a little flash of green remains.
Hi Darren,
Please add that code on the Custom CSS area (this one) with the !important rule. So like this:
.course_post_image a.link-hover:after { background-color: transparent !important; }still there.
Hmm, try this one please:
.course_post_image a:after {background-color: transparent !important;
}
Thanks!
Yup that worked. CSS and the final frontier. Amazing.
Happy to hear that
Will set this ticket as solved from here.