nielsr Posted January 1, 2015 Share Posted January 1, 2015 (edited) I was wondering how I can override the CSS files of the theme configurator module. I tried copying the css folder from /modules/themeconfigurator to /themes/my_theme/modules/themeconfigurator (I needed to create this folder), but this doesn't seem to work. I have all cache disabled, so I think I can eliminate that as a reason. - Niels EDIT: Renamed the target folder Edited January 1, 2015 by nielsr (see edit history) Link to comment Share on other sites More sharing options...
dioniz Posted January 1, 2015 Share Posted January 1, 2015 You need to put it in /themes/my_theme/modules/themeconfigurator Link to comment Share on other sites More sharing options...
nielsr Posted January 1, 2015 Author Share Posted January 1, 2015 You need to put it in /themes/my_theme/modules/themeconfigurator That's exactly what I did. I made an error in my post (and fixed it). But it doesn't seem to do the trick. - Niels Link to comment Share on other sites More sharing options...
dioniz Posted January 1, 2015 Share Posted January 1, 2015 Sorry, my mistake. Still dizzy from yesterday i guess. You need to put css files in /themes/my_theme/css/modules/themeconfigurator Link to comment Share on other sites More sharing options...
nielsr Posted January 2, 2015 Author Share Posted January 2, 2015 Sorry, my mistake. Still dizzy from yesterday i guess. You need to put css files in /themes/my_theme/css/modules/themeconfigurator Thanks for the answer. This is what I came up with too when I realized I was not doing it the same way as with the other modules. However... This does not seem to work. It's still the original CSS file that is included instead of the one that should override this CSS. - Niels Link to comment Share on other sites More sharing options...
dioniz Posted January 2, 2015 Share Posted January 2, 2015 Have you made css folder in themeconfigurator folder and made css files in this new css folder? Link to comment Share on other sites More sharing options...
nielsr Posted January 2, 2015 Author Share Posted January 2, 2015 Have you made css folder in themeconfigurator folder and made css files in this new css folder? You sir, are my hero! This was the golden tip! So to recap: put the CSS files in the following folder: /themes/your_theme/modules/themeconfigurator/css Thanks again, dioniz!!! - Niels 1 Link to comment Share on other sites More sharing options...
dioniz Posted January 2, 2015 Share Posted January 2, 2015 When you are overriding you need to have same path to files as in default folder. Glad you solved it I'm marking this thread solved. 1 Link to comment Share on other sites More sharing options...
Recommended Posts