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 #1175049
footer
Closed

Comments

  • LonglandsGroup started the conversation

    how to change the background color of the footer? currently it is grey, i want to change it to white. thanks

    {"wp":{"use":false,"adminUrl":"","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  •  1,561
    Laborator replied

    Hi LonglandsGroup,

    Can you please send us your site URL first, so we can investigate your site and then get back to you with possible solution.

    P.S. make sure you've disabled the Maintenance/Coming Soon mode

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1,561
    Laborator replied

    Hi there,

    As I can see your footer is actually white, to change it to white and the color of the text to any other color add this CSS in your Custom CSS area:

    .main-footer .footer-bottom-content .copyrights p {
        color: #222 !important;
    }
    footer.main-footer {
        background-color: #FFF !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group