Forums

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

Remove/Hide Atlassian logo from the footer

WAJDI ALZINATI July 17, 2020

Hi, 

I am trying to customize the footer in reference to Atlassian End User License Agreement.

I modified Footer.VM and replaced the code to show "Powered by Atlassain" with herf to Atlassian Website. Everything is fine tell here.

My issue with Atlassian blue logo in footer, i tried and searched all forums topics but suggested solutions are not working. 

Modified main.css and added "display:none" on Footer-logo line also modified the JSP files such as footer & startup JSP but in vain. 

Seems a plugin is doing that in Jira pages.

Any advise please?

 i'm using JIRA software on-prem latest edition 

 

1 answer

1 accepted

1 vote
Answer accepted
Brant Schroeder
Community Champion
July 17, 2020

You can simply add the following to your announcement banner.

<style>
div#footer-logo {display:none;}
</style>

WAJDI ALZINATI July 17, 2020

Thanks a lot

Its removed now.

Suggest an answer

Log in or Sign up to answer