Hi,
I have the dashboard (default) as home page for Confluence and also for my user I point to the default (i.e. Dashboard), but the breadcrumb on all my pages lists the Space name twice in each page.
image2015-6-11 9:52:59.png
Why? I would expect either the Space name once or the dashboard name before the space name.
How can I fix / change this?
Hello Rosario,
I assume that you're using the "Documentation Theme"?
Then, the first part of the breadcrumbs is the name of the space, the second part is the name of the root page of the space. In your case, you named the root page after the space name (same name), so it appears some kind of duplicated.
Clicking on the space name goes to the space home page. Per default this is the space root page, but you can change that in the space details and specify a different home page.
If you want to leave the names that way and really want the space name not to be displayed, you can hide it using CSS.
In our Confluence 5.5.2 the following CSS did it:
/* Do not display first breadcrumb element */ #breadcrumbs li.first { display: none; } /* Do not display the slash between first and second breadcrumb element */ #breadcrumbs li.first + li:before { content: none; }
Cheers,
Kirstin
I have now addressed this question also to support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us June 26, 11am PT for a webinar with Atlassian Champion Robert Hean & Loom’s Brittany Soinski. Hear tips, stories, and get your burning questions answered. Learn how Loom makes training and enablement easier. Don’t miss it!
Register todayOnline 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.