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 there
Where do I change the color of the footer menu?
I would like it to be as your demo, light grey and white on hover: http://themes.laborator.co/aurum/fashion-demo-content/
Hi there,
You just need to go to Theme Options > Footer > Footer Style and choose reverted.
I have inserted links, and text with links appears in black, which is not good readable.
Possible to fix this, without handcoded css?
Link: http://kelax.dk/
Password: KAnyt
Hi jeppe-k,
That is happening because you have chosen #222 on your skin. You can change your skin or you can add the code below to Custom CSS:
footer.site-footer.inverted a { color: #fff !important; }Will set this ticket as solved from here.
Works fine, thanks a lot ;-)