Hi All,
Is it possible to display the entire path to a page by default (see picture)? The location of a page in the space hierarchy is very important for us to understand the context of the page content.
Can you please help?
Thanks in advance,
Rumi
To remove the ellipses in the breadcrumbs, go to Admin Console, Look and Feel, Custom HTML, at end of HEAD, and enter the following:
<script>
AJS.toInit(function(){
AJS.$('#ellipsis strong').click();
});
</script>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.