~~Title: HidingElements~~ /* Needs the Pagetitle plugin and maybe you want activate the "useheading" option */ Compare this page to \\ [[normal_output|⇒ Default Output]] /* Needs the Wrap plugin */ ====== Hiding some Elements of the Template ====== Take this CSS rules to your ''\_conf/userstyle.css\_'' and three \\ elements of the template are gone: #@hide_logo_HTML@# /* However, I can not work by the userstyle.css here, because I want */ #@hide_pageId_HTML@# /* to show this change only here on this page. */ #@hide_docInfo_HTML@# /* Therefore the use of the Textinsert plugin. */ #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.) ===== Backlink ===== https://github.com/splitbrain/dokuwiki/pull/2487#issuecomment-426397729