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 a question to customise the text link hover decoration. I love the underline animation you have!
I wonder if it's possible to increase the line thickness and decrease the gap between line and text. Perhaps there is some CSS I can add along these lines...
a:hover {
text-decoration: something?
}
Thank you!
Hi ep,
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
Can you please add the code below to your Custom CSS area:
.site-footer a:after, .wrapper a:after { height: 2px; }Will set this ticket as solved from here.
Ylli, I'm sorry! Thank you so much for helping me anyway. I really appreciate your support. And you always reply so fast.
In general, what is the best way for me to find the CSS id for things, like .site-footer in this case?
:)
Hi ep,
I'm glad to hear that.
You can do that by using the Inspect Element of Google Chrome.
Example: http://drops.laborator.co/OpbTOb
Have a great week.
Will set this ticket as solved from here.