For some reasons, the unnecessary long and unwanted default footer really bother me, so I decided to remove them using a simple CSS property, ” !important “.
Here is the code that you need to paste in your “Footer Content” under the “Appearance” menu.
<style type=”text/css”> p.accessibility-notice, #global-footer-content, div.report-this-site{ display:none !important; } </style>