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.

Okay
  Public Ticket #859841
Footer color
Closed

Comments

  • Castor started the conversation

    Is there a way I can set a footer color for only one specific page?

    thanks in advance!

  • [deleted] replied

    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 {
    background-color: #fdc674 !important;
    }
    change #fdc674 with your desired color :)