By JBCHR on
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.
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
Many ways to do this.
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.
Yeah, there are several ways
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
I will look into these suggestions.
Thanks for the quick replies, I will look into these options.