Remove the Atlassian logo in the footer

NM March 7, 2017

I do not want this in the footer. How can I remove it, please? This is Confluence 5.7.

image2017-3-7 22:0:55.png

3 answers

2 votes
NM March 7, 2017

Try #footer-logo { display: none; }

Fayaz Abdul December 28, 2018

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

1 vote
DINESH APONSO April 3, 2019

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.

1 vote
Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 7, 2017

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". 

NM March 7, 2017

Thanks. I just want to remove the logo but the link you gave doesn't show how to remove the logo.

NM March 7, 2017

Found the way:

#footer-logo { display: none; }

charlotte s March 21, 2018

Hi Nirdesha,

Where is the style sheet located?  

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events