Saturday 19 June 2010 4:04:45 am
I am using ezflow package. in design.ini file in user site access ,I have this code
[StylesheetSettings]
SiteCSS=var/storage/packages/eZ-systems/ezflow_design/files/default/file/site-colors.css
ClassesCSS=var/storage/packages/eZ-systems/ezflow_design/files/default/file/classes-colors.css CSSFileList[] colors.css,site-colors.css in above path is empty by default. and I can use the pagelayout.css to change the layout changes of pagelayout.tpl But when use firbug I found that var\muscatdaily\cache\public\stylesheets\298ec61bb8398c22cdbca0e9c1d62f0f_all.css is used for background colors of pagelayout.tpl Why I can't use the var/storage/packages/eZ-systems/ezflow_design/files/default/file/site-colors.css . After putting some css style in this site-color.css only changes happends to background of pagelayout.tpl Also when I delete the cache css file 298ec61bb8398c22cdbca0e9c1d62f0f_all.css , it is automatically created. Why this is happening? How do I do to change the background of pagelayout.tpl .Anyone plzz help.
|