I am working on an existing theme. I want to add a new section, but would like it to be a visual departure from the rest while maintaining all of the Drupal functionality. How would I go about this process? Please Help.

Comments

dogboy72’s picture

Are you proficient at css and html? If so you need to study up on theming in Drupal: http://drupal.org/theme-guide is a good place to start, but there are TONS of resources for this.

tom_buytaert’s picture

Yeah, there are several ways of doing it, but maybe you want a module that makes some pages use another theme?
http://drupal.org/project/sections

JBCHR’s picture

Thanks for the quick replies, I will look into these options.