Hi,
First of all, thanks for a great component.
I’m no pro in Joomla, but I know my way around CSS and view overrides. If I have understood correctly you include Bootstrap v3.0.2 precompiled in \libraries\cegcore\assets\bootstrap\css? I think this is causing me some trouble since this is loaded after the global template and hence overrides all my global styling like colors etc. in your component. Just for clarity, when the user is not on the forum the correct styling is shown. So the issue is that the global styles do not affect the forum.
I don’t want to override declarations already done in my template once more just because this component is loading after the template (at least that what I think is the problem). Which css files have you added your Chrono Forum stuff in? Is for example \libraries\cegcore\assets\bootstrap\css\bootstrap.css the original file? My thinking is to remove those Bootstrap files you have not altered, and load that via my template instead. Or what is your idea?
Have you instead considered to only include those Less files needed by your component? It’s also a bit easier to customize with Less rather than the CSS. What would be the best way to change the basic brand colors for text, headings etc. without going through hundreds of overwrite declarations and massive use of !important?
Kind Regards
Pierre
First of all, thanks for a great component.
I’m no pro in Joomla, but I know my way around CSS and view overrides. If I have understood correctly you include Bootstrap v3.0.2 precompiled in \libraries\cegcore\assets\bootstrap\css? I think this is causing me some trouble since this is loaded after the global template and hence overrides all my global styling like colors etc. in your component. Just for clarity, when the user is not on the forum the correct styling is shown. So the issue is that the global styles do not affect the forum.
I don’t want to override declarations already done in my template once more just because this component is loading after the template (at least that what I think is the problem). Which css files have you added your Chrono Forum stuff in? Is for example \libraries\cegcore\assets\bootstrap\css\bootstrap.css the original file? My thinking is to remove those Bootstrap files you have not altered, and load that via my template instead. Or what is your idea?
Have you instead considered to only include those Less files needed by your component? It’s also a bit easier to customize with Less rather than the CSS. What would be the best way to change the basic brand colors for text, headings etc. without going through hundreds of overwrite declarations and massive use of !important?
Kind Regards
Pierre