Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1251223
    Simon T
    Participant

    Hey Guys,

    I have a logo slider in my footer widget area, I’m wondering how I can reduce the height of this area so it takes up less room? Any help would be greatly appreciated 🙂

    http://sportingedge.co.nz/

    #1251249
    Paul R
    Moderator

    Hi Simon,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    body .x-colophon.top {
        padding: 0;
    }
    
    body .x-colophon.top .fl-builder-module-template {
        padding:0;
    }
    

    Hope that helps.

    #1251262
    Simon T
    Participant

    Perfect, thank you! Could you please also advise how to change this area to have a background color of white? I still want to leave the main footer section black.

    #1251265
    Friech
    Moderator

    Hi There,

    Please add this on your custom CSS on customizer.

    footer.x-colophon.top {
    	background-color: white;
    }

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1251223 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>