Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #908574
    arefs
    Participant

    I want to remove the bottom footer section from my site.

    Screenshot – https://dl.dropboxusercontent.com/u/17713251/2016-05-02_14-11-58.jpg

    I want to keep the section with my “All Rights Reserved” text in it. Just remove the section below it.

    I’ve tried playing with the settings in Customizer > Footer but no matter what I do, this section won’t disappear.

    Can you help?

    #908648
    Rupok
    Member

    Hi there,

    Thanks for writing in! It’s not any section rather blank space. You don’t have enough content to fill the page that’s why the space.

    You could set body background color to white from Customizer.

    Also if you want to align the footer at the bottom of the page, you can add this under Custom > CSS in the Customizer.

    .x-colophon.bottom {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
    }

    Hope this helps.

    Cheers!

    #910040
    arefs
    Participant

    OK – thanks.

    #910063
    John Ezra
    Member

    You’re most welcome!

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