By Goblin73 on
Hello,
My purpose is have a different layout for differente section (node) for my website. I find out the module Header Image to change the header and is good (should be bettere have the same thing with flash header...), but I'd like to change also the relative CSS. Is it possible?
Thanks to all.
Ciao
Comments
This sort of approach is how
This sort of approach is how you may want to go.
http://drupal.org/node/32077
Use page info to add classes to your body, then use selective css to switch your theme formatting
.dan.
How to troubleshoot Drupal | http://www.coders.co.nz/
.dan. is the New Zealand Drupal Developer working on Government Web Standards
Thanks now I try with these
Thanks now I try with these indications... I hoped there was a module to make all this changing ;-)
Ciao
sure, there's modules like
sure, there's modules like taxonomy_theme.
Go try that.
But you were asking about a css way. Which requires CSS.
.dan.
How to troubleshoot Drupal | http://www.coders.co.nz/
.dan. is the New Zealand Drupal Developer working on Government Web Standards
wonderful?! I'll try this
wonderful?! I'll try this modules, if is all righ for my purposes I'll use it otherwise I try to modified page.tpl.php.
Thanks a lot for your support.
Ciao
The module is perfect, only
The module is perfect, only a dubt, when I change the theme associated to a taxonomy word, the navigation menu, the calendar and so on are missing... is it normal?
Different themes (can) have
Different themes (can) have different blocks enabled.
I'd expect your navigation to be global, but anything that you've enabled only for your base theme also has to be enabled in any others.
I don't know it there is a trick to set it globally.
.dan.
How to troubleshoot Drupal | http://www.coders.co.nz/
.dan. is the New Zealand Drupal Developer working on Government Web Standards
Mmmm I understood... my
Mmmm I understood... my navigation is global, I'd like to change only some block... my purposes is access to a different area with different color, and header.
Thanks for your help