Now I figured it works like this:
1. disabling CSS in the component configuration:
- disables flexicontent.css if the universal module is NOT on the same page
- does not disable flexicontent.css if on the same page the universal module appears and this does not have css disable in Advanced Settings (which is confusing IMHO)
- does not disable item.css (which is confusing IMHO)
2. disabling CSS in Advanced Settings of the universal module
- disables CSS for the module no matter what the global CSS setting is and also no module specific style is added (which is expected and very good, unfortunately there are images like com_flexicontent/assets/images/user.png hard coded in the HTML output - these should be background images, so they would be disabled via disabling the css and then the output would be truly customizable)
- if enabled, it loads the global flexicontent.css even when this file is set to be NOT loaded in the global component setting (which is confusing IMHO)
3. the advanced search module does not have an option to disable the CSS and loads flexicontent.css despite it is disabled in the global coniguration (which is a bug I guess)
The page
www.flexicontent.org/documentati
... ntent.html
says:
"the proper way is to create a CSS file inside your joomla template folder that will be loaded by FLEXIcontent automatically: joomla_folder/templates/mytemplate/css/flexicontent.css"
This loading does not work for me.
Since J3 utilizes bootstrap, FC should have the bootstrap markup too. With that FC would flawlessly blend in with all Joomla templates and almost no extra work would be required to style the FC output.
PS: have seen your answer and tried but no luck ... thanks anyway