How to hide the word "Confluence" from the left corner of the top-bar?

Darya Novik February 7, 2018

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>

1 answer

0 votes
Stephen Deutsch
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 7, 2018

It might depend on your version of Confluence, but #logo will probably work.

Darya Novik February 8, 2018

Thanks a lot!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events