Hi, how can I hide “Created by” div?
I found this but doesn’t work.
Thanks
Hi @gianfranco
You can hide this option with CSS adding the .xdocLastModification {display: none;}
rule. You would need a SSX object in a document and you can read more about this in https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/Tutorials/SkinExtensionsTutorial/#HMinimalStyleSheetextension.
Also, I updated https://www.xwiki.org/xwiki/bin/view/FAQ/HowToHidePageVersion for the other, more technical, solution.
Hope it helps,
Alex