Is there a way to choose weather or not a CSS file is loaded in a site? I need to prevent zen_midnight.css loading for a section of my site. Thanks

Comments

johnalbin’s picture

Version: 7.x-5.1 » 7.x-5.x-dev
Status: Active » Fixed

You should add a hook_css_alter() to your sub-theme's template.php. http://api.drupal.org/api/drupal/modules%21system%21system.api.php/funct...

jdln’s picture

Im more of a themer so it seemed easier for me to solve this with the context module. Thanks

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.