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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.