Find and edit extent-config.xml, copy and paste the script below over the existing 'scripts' tags.
<scripts>
<![CDATA[
$(document).ready(function() {
$('.brand-logo.blue.darken-3').css('display','none');
});
]]>
</scripts>