On 12/9/2009 8:59 PM, Michael Favia wrote:
You want to copy page.tpl.php to page-CONTENT_TYPE.tpl.php replacing the all caps with the system name of your content type that you would like to change (e.g. 'group'). Please read http://drupal.org/node/190815#template-suggestions for more information. -mf


And as for the css, you'll notice if you look at the page source that the class name at the body level will have as one of the classes something like page-group, so make sure your css rules have (for example, with a <h1> that appears in a div id="content") .page-group #content h1, not just #content h1.

Reply via email to