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 have recently started using the page builder plugin from site origin.
but when using this plugin the images i use on those pages, with url attached, were shown with a line Through the image instead of under when hovering my mouse over them.
i have contacted siteorigin support with this issue, they found out that the problem is in the kalium theme, and provided me with a custom css setting which would disable the line Through but also the underline on all other links.
is there something you could change in the theme so that it Works like it is supposed to do?
Hi Solmoss,
Can you please add the code below to Custom CSS
.sow-image-container a:after {
Will set this ticket as solved from here.background-color: transparent !important;
}