XClose
Dada Typo : http://www.dadamanifesto.org
Dada Typo

Manifesto User Manual 5.02

Hiding things

It is not uncommon for webmasters to simply comment-out code for text they do not want to appear on the page. In general, this is the wrong approach to take for Manifesto, especially when it comes time to upgrade, and your carefully-commented text files are overwritten by new files.

The correct approach is to use CSS to hide content. Virtually every piece of text built-in to this system can be specifically identified by a CSS selector. Use the display: none; command to instruct browsers not to display elements you want hidden.

For example, if you don't want categories displayed in the Features section of the homepage, you could use a selector like:

div.m_features h3.category {
 display: none;
}
and categories will not appear. This change is will persist even if the feature_home.inc file is updated.

Return

 

This site made manifest by Manifesto software

Page executed in 0.10470795631409 seconds.
Loaded 62 classes from 12 of 19 total class files. Read 2 objects from the database. Queries - count: 2 select: 6 update: 1