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.
Is there a way I can set a footer color for only one specific page?
thanks in advance!
Hi Castor,
Hmm yes this can be achieved with Custom CSS on those pages where you want to change the footer color:
(view large version)
and add this CSS code:
.main-footer {
change #fdc674 with your desired color :)background-color: #fdc674 !important;
}