Hello
the joomla template CSS is always in effect
the Joomla template CSS does has CSS rules that style the FLEXIcontent specific CSS classes, e.g. it will not style containers of flexicontent fields
but other things like:
- e.g. paragraphs, fonts, etc, these should be styled by your joomla template CSS rules
- e.g. pagination should also be styled by your joomla template
finally the component area, where FLEXIcontent displays the item and item listings, these are styled by FLEXIcontent CSS template files:
com_flexicontent/templates/myblog/css/category.css
com_flexicontent/templates/myblog/css/item.css
Regards