I would like to get rid of the label "Confluence" on the top panel, to the left from "Spaces". It's a button that redirects me to the All Updates dashboard. I want to hide it from an Anonymous user and don't know how exactly this item is called. Could anyone help me with this issue, please?
That is what I use:
<script>
AJS.toInit(function(){
if (AJS.params.remoteUser == '') {
AJS.$('#item name').hide();
}
});
</script>
It might depend on your version of Confluence, but #logo will probably work.
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.