solved custom.css for modules

PatriaCo
PatriaCo
@the-patria-company
8 years ago
349 posts
Is it possible to create a custom.css for a module, load it into that module's css directory and NOT have it removed during a module update?

If so, how do I call the css into a tpl for the module or does JR just automatically load all .css files contained the module's css directory?

Thanks :)


--
The Patria Company - patriaco.com / quality-trades.com / a-t.life - doing Jamroom since v3

updated by @the-patria-company: 08/25/16 12:30:10PM
douglas
@douglas
8 years ago
2,790 posts
You can add the CSS from a module to one of your skins CSS files and your templates will use that CSS instead of the modules CSS.

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
PatriaCo
PatriaCo
@the-patria-company
8 years ago
349 posts
I was hoping we could use the custom.css methodology since my skin css files are getting pretty crazy. I have customizations spread all over the place and for the sake of organization there is not a real good place to put custom module css.

Have you ever considered using a custom.css file as a standard part of JR? Or have you considered a css override textbox in the core?


--
The Patria Company - patriaco.com / quality-trades.com / a-t.life - doing Jamroom since v3
douglas
@douglas
8 years ago
2,790 posts
You can create a custom.css file for your skin and add it by adding a new line in your skins include.php file... ie.

    jrCore_register_module_feature('jrCore', 'css', 'YOURSKIN', 'custom.css');

Be sure to change YOURSKIN to your skin directory.

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
brian
@brian
8 years ago
10,148 posts
How Douglas outlined it is correct, and the proper way to do it in Jamroom.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
PatriaCo
PatriaCo
@the-patria-company
8 years ago
349 posts
SWEEEEEEEET!!

This is SUPER helpful!! Please add it to the docs for others.


--
The Patria Company - patriaco.com / quality-trades.com / a-t.life - doing Jamroom since v3

Tags