| Sunday 03 October 2010 12:58:53 pm 
                                                                 After some testing, I finally found a way. It is in no way optimal, as it requires modification of the design.ini.apend.php file in the eZ Flow extension, but it works. Here is my setup: /design/my_design/stylesheets/my_stylesheet.css edit extensions/ezflow/settings/design.ini.append.php and add CSSFileList[]=my_stylesheet.css after CSSFileList[]=ezflow.css 
For every site access that should implement the design, change in site.ini.append.php[DesignSettings]
 SiteDesign=my_design
 AdditionalSiteDesignList[]=ezflow
 AdditionalSiteDesignList[]=ezwebin
 AdditionalSiteDesignList[]=base
 AdditionalSiteDesignList[]=standard
 -------------------------------------------------------------------- [[How to override eZ Flow design]] Frederik KrautwaldExecutive Creative Director
 |