How to customize footer

Home Forums Legacy Support Support queries Styling issues How to customize footer

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #335056
    cbpatel
    Participant
    I want to 1. decrease height of the footer 2. display copyright text and logo as defined in the WPLMS>> footer
    #335057
    cbpatel
    Participant
    This reply has been marked as private.
    #335129
    Ada
    Participant
    Use this css code to customize size of footer and display botttomfooter
    
    #footerbottom {
        display:block !important;
    }
    footer{
    
        min-height:250px !important;
    }
    
    Add this code in appearance>>customize>> custom css
    #336083
    cbpatel
    Participant
    Thanks Ada. done
    #336185
    Ada
    Participant
    Thank-you for your confirmation. Closing the topic.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to customize footer’ is closed to new replies.