Hi @NM @charlotte s @Thomas Schlegel,
where should we have to place this #footer-logo { display: none; }
In this file /opt/atlassian/confluence/confluence/decorators/includes/footer-content.vm or someother file?
Please let me know
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi There,
Following method worked for me.
Go to Custom HTML and Add following lines
<script>
jQuery('#footer').hide();
</script>
to the At end of the BODY text area.
it will hide the whole footer. So if you want to hide just the logo try with the logo div id.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
here it is described: https://confluence.atlassian.com/confkb/how-to-edit-the-footer-in-confluence-163415355.html
But you are not allowed to remove the text "Powered by Atlassian".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.