Okay
  Public Ticket #1168152
Footer Color
Closed

Comments

  •  2
    burtreynoldswii started the conversation

    This is a very silly question, I know, but I could not find it in the Theme Options and searched the documentation but there is no mention of it anywhere. How do I change the footer color? I am sorry to waste your time with this request. 

  •  1,558
    Laborator replied

    Hi there,

    We have explained it on this documentation article, the Footer background color is for the footer.

    But if the Inverted footer is pre-selected then add this CSS to your Custom CSS area because changing it through the options won't be a fix:

    footer.main-footer-inverted {
        background-color: red !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    nvyasir replied

    Hi Art.

    I set an color to my footer but I am not getting what I have put. Instead, I get a dark background.  And I need to align the menus I put in footer.

    Thank You. 

  • [deleted] replied

    Hi nvyasir,

    Please just go t your Custom CSS area and remove those CSS codes there:

    footer.main-footer a {
        color: #bbb !important;    
    }
    footer.main-footer-inverted {
        background-color: #333 !important;    
    }
    .main-footer.main-footer-inverted hr {
        border-color: rgba(255,255,255,.1);
    }
    

    Then the color that you choose on your theme options will be applied.

    Thanks!