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.
This is a very silly question, I know, but I could not find it in the Theme Options and searched the documentation but there is no mention of it anywhere. How do I change the footer color? I am sorry to waste your time with this request.
Hi there,
We have explained it on this documentation article, the Footer background color is for the footer.
But if the Inverted footer is pre-selected then add this CSS to your Custom CSS area because changing it through the options won't be a fix:
footer.main-footer-inverted { background-color: red !important; }Best regards,
Laborator Team
Hi Art.
I set an color to my footer but I am not getting what I have put. Instead, I get a dark background. And I need to align the menus I put in footer.
Thank You.
Hi nvyasir,
Please just go t your Custom CSS area and remove those CSS codes there:
footer.main-footer a { color: #bbb !important; } footer.main-footer-inverted { background-color: #333 !important; } .main-footer.main-footer-inverted hr { border-color: rgba(255,255,255,.1); }Then the color that you choose on your theme options will be applied.
Thanks!