Hi, I'm trying to use the labels list macro to display certain labels we are looking for (alpha, beta, etc). The macro though has the A-Z header. Is there a way to remove this?
Hello Ian and welcome to the Community,
Using the Label List Macro can be extremely value to finding the content and labels you need. With this said, the A-Z header is present to show the labels Alpha Numerically. As you extend the use of labels these headers will be broken out into additional headers. Please see the screenshot below:
Along with this, if you did want to remove the headers all together, you would have to apply a CSS stylesheet to your space. A CSS stylesheet to remove these headers would look something like this:
.labelsAlphaKey {
display: none;
}
How do I add a CSS stylesheet you may ask? Simple, follow this guide: Styling Confluence with CSS
(Please note that CSS stylesheets only apply to Confluence server and are not available for Confluence Cloud.)
I hope this clarifies your options with using the Label List Macro.
Regards,
Stephen Sifers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.