Is there a way to remove the title on a single page?
I want this part removed:
Is there a way to remove the title on a single page?
I want this part removed:
A “dirty” approach can be done by adding an object of type “XWiki.StyleSheetExtension” and enter some CSS-Code, e.g.
.document-info {display:none}
or
.document-info {visibility:hidden}
The 1st version cancels the element, the 2nd generates “white space”
Do not forget to restrict the use to “this page”
A XWiki-Page is well structured by using class names for specific elements.