Forums / Developer / Background color of footer is not chnaging after many trials

Background color of footer is not chnaging after many trials

Author Message

Romeo Antony

Friday 18 June 2010 7:04:09 am

In ezpublish\settings\siteaccess\(user site access)\ design.ini.append.php

I have set the css files as

"

[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[]

"

I am using ezflow extension it is activated.But when I nake changes for the footer background from var/storage/packages/eZ-systems/ezflow_design/files/default/file/site-colors.css , I can't see the changes in the site.

and in the ezcheck\extension\ezflow\settings\design.ini.append.php I have put

[ExtensionSettings]
DesignExtensions[]=ezflow
[StylesheetSettings]
CSSFileList[]=ezflow.css

In ezflow extension design dir , I have a css file pagelayout.css ,

when I make chnages on this pagelayout.css , chnages is not visible in footer.

I created a custom design "mydesign" .But I didn't put any css in mydesign.I am using fallback pagelayout first from ezflow design dir.

what I am missing

Robin Muilwijk

Friday 18 June 2010 12:45:38 pm

Hi Romeo,

Do you have Firebug for Firefox? It's a webdev extension for Firefox, when installed you can rightclick in/on the footer and inspect the element. It will then report the applied css in a seperate part of your screen, also showing the css file where this css is defined. That way you know exactly where and what to edit.

Regards Robin

Board member, eZ Publish Community Project Board - Member of the share.ez.no team - Key values: Openness and Innovation.

LinkedIn: http://nl.linkedin.com/in/robinmuilwijk // Twitter: http://twitter.com/i_robin // Skype: robin.muilwijk

Romeo Antony

Friday 18 June 2010 3:25:35 pm

Thank you Robin, I will keep trying on it. Once again thank you for making me on right track .

Romeo