I have a site with different sections (content types) and want to customize the css for the content pages within those specific sections.
Each content type's pages already have a different layout assigned to them, but I can't find a class (or a way to assign one) to the overall pages for each of those types. How might I do that?
I have CSS Injector installed, but would that be the best way to tweak a large number of pages? Seems like it would be more efficient (less overhead?) to simply to just have the class on the pages.
Hi Dan, with each content type's page having a different layout, you may also check if your theme adds a content type related CSS class to the body element. This is the case for the current default core theme Basis, which provides classes like node-type-page or node-type-post.