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.
Hello,
Can you please indicate which CSS code to change the footer background color, please?
Thank you,
Hi dyvesh,
Please go to Appearance > Theme Editor > choose the Stylesheet (style.css) file and you will find this CSS code:
footer.site-footer { background: #222 !important; }there you can change #222 to your favorite color.
Have a nice day!
Hello,
Can you please indicate how to change the font color for footer also?(text and hyperlinks)
Thank you very much.
:)
Hi,
You can change your skin by navigation to Theme Styling (read more), but If you want to change only that footer part, here is the CSS code:
footer.site-footer p, a, h1, h2, h3 { color: red !important; }Have a nice week!