Loading...
 
Features / Usability

Features / Usability


Re: Omit Title from Select Wiki Pages

posts: 4656 Japan

Hi Animal,

I've thought for a long time that turning off the page title for HomePage should be an option, but nobody's gotten around to coding that yet.

In the meantime, you can use a CSS rule to do it. In the Look and Feel admin page's "customization" tab, in the textarea for custom CSS, add

#page_1 h1.pagetitle {display: none;}


On every wiki page, the body element gets an id assigned. You can check in the page source to confirm the id number.

-- Gary

There are no comments at this time.