unminify css?

This topic has been marked as resolved.

is there a setting to unminify css so changes can be made via firebug and stylesheet mods?

thank you

 jezfez
October 26, 2014 at 11:40 am #33614

Hi,

there is nothing that prevents you from modifying css from firebug. It is automatically unminified and formated inside the browser environment.

Anyway, you can turn off css minifying by editing tb_themes/pavilion/config/theme.php. Find the catalog_minify_css option and change its value to false. Do no forget to clear the cache from the admin panel thereafter.

The theme’s stylesheets are generated from two templates:

catalog/view/theme/pavilion/template/tb/main.css.tpl
catalog/view/theme/pavilion/template/tb/page.css.tpl

You can apply mods to them if you wish. However the recommended way to add css is from the admin Custom -> Stylesheet panel by using css inheritance and cascading

Regards,
ThemeBurn team

October 26, 2014 at 12:00 pm #33616

ok, thank you very much

 jezfez
October 26, 2014 at 12:05 pm #33619

Glad we’ve helped :)

BR,
ThemeBurn team

October 26, 2014 at 1:18 pm #33630
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.