This question is in reference to Atlassian Documentation: Content by Label Macro
When there is no content matching the specified labels the macro displays a label icon and "There is no content with the specified labels" in a box. Is there a way to suppress this?
You could add the following line to your custom CSS:
.content-by-label.macro-blank-experience { display:none; }
F-ing brilliant!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah great - that’s just what I was looking for. Would be cool to have the option directly in the macro. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.