Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Plugin to remove atlassian logo in confluence footer

fayaz jira
Contributor
February 20, 2019

atla_footer.png

please helpme out how to remove this atlassian logo in footer using PLUGIN

2 answers

1 accepted

0 votes
Answer accepted
Zak Laughton
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 21, 2019

Hi Fayaz,

This duplicate footer issue is a known bug, and I created a ticket with our developers to document it: CONFSERVER-55336 – Any custom HTML at end of body causes duplicate footer image. You can view the bug ticket for details on reproducing and working around the issue, but essentially, you should be able to use the following code in your custom HTML without seeing the duplicate logo:

<script>
  const textToAdd = `
    <p>Replace everything between the backticks with your custom HTML.</p>
    <p>No duplicate footer here!</p>
  `;
  $('#footer-logo').prepend(textToAdd);
</script>

I hope this helps!
– Zak

fayaz jira
Contributor
March 13, 2019

Thanks @Zak Laughton 

i have seen below and tried but am using confluence 6.13.0, in this custom html we have start with 
</section>

<script>


</script>
<section>

1 vote
Fabienne Gerhard
Community Champion
February 21, 2019

Hi @fayaz jira  - there probably won't be an addon that can remove the logo. Easiest way would be to put this 

#footer-logo {display: none;}

in your global stylesheet. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events