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,558
    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,558
    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