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
You can simply add the following to your announcement banner.
<style>
div#footer-logo {display:none;}
</style>
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.