User Tools

Site Tools


livedemos:hiding:start

Compare this page to
⇒ Default Output

Hiding some Elements of the Template

Take this CSS rules to your  conf/userstyle.css  and three
elements of the template are gone:

#dokuwiki__header h1 img {
    display: none;
}
.docInfo {
    display: none;
}
 
.pageId {
    display: none;
}

On this page here, these three elements are hidden. (On small screens, like cell phones, the element  pageID  is already hidden.)

livedemos/hiding/start.txt · Last modified: 2018/10/07 08:01 by 127.0.0.1