Hello,
I am trying to remove a line to my skin without succès. See attached file.
Thank you for help.
Berty
Hello,
I am trying to remove a line to my skin without succès. See attached file.
Thank you for help.
Berty
Hi Berty,
I would first inspect (using the browser’s developer tools) the HTML (DOM) of the web page to see what exactly generates that line. It seems to be generated by an <hr>
HTML element after the document-header
. Then I would search for “document-header” in the source tree. It appears to come from contentheader.vm
. Then I would search on xwiki.org for a way to override a skin template. It seems you should follow https://extensions.xwiki.org/xwiki/bin/view/Extension/Skin%20Application#HHowtooverrideatemplate .
Hope this helps,
Marius