Great theme, the only thing that could make it better for me would be the ability to use a local.css file and be able to update theme when newer versions are available with greater ease.

Thanks very much!

Comments

sakib000’s picture

you can add a local.css file in the theme directory and then add following line to the head tag of page.tpl.php file:

    <style type="text/css" media="all">@import "<?php print base_path() . path_to_theme() ?>/local.css";</style>
sakib000’s picture

Status: Active » Closed (fixed)