RichV Active member Sep 18, 2017 #1 Hello Everyone, I have a page linked to my home navigation tab. Is there a way to remove the "Page" title? Would like a blank page to work with. Well I have a blank page, but would like the text remove.
Hello Everyone, I have a page linked to my home navigation tab. Is there a way to remove the "Page" title? Would like a blank page to work with. Well I have a blank page, but would like the text remove.
Chris D XenForo developer Staff member Sep 18, 2017 #2 Just add the following to the page template: HTML: <xf:h1 hidden="true" /> Upvote 0 Downvote
thunderup Active member Dec 3, 2017 #4 Chris D said: Just add the following to the page template: HTML: <xf:h1 hidden="true" /> Click to expand... how about on the main forum list page? just add it below this on the forum_list template? Code: <xf:h1>{$xf.options.boardTitle}</xf:h1> Upvote 0 Downvote
Chris D said: Just add the following to the page template: HTML: <xf:h1 hidden="true" /> Click to expand... how about on the main forum list page? just add it below this on the forum_list template? Code: <xf:h1>{$xf.options.boardTitle}</xf:h1>