Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Thanks. It works. But there must be probably better solution? Where Joomla load modules? If I can find that file where modules are loaded I can simply check which module is last loaded and put this piece of code in that module to load custom.css when it loads that last one module. EDIT: Actually it doesn't work. Take a look where it puts it: prntscr.com/a9kbgs Still it is not last loaded. Commented Feb 29, 2016 at 20:28
  • WIthout modifying the core Joomla files I don't believe this to be possible. If you do edit those files they will be overwritten on the next Joomla update. If you are trying to override styles that are being included from another stylesheet later just use the !important declaration on the selectors that are being overwritten. Commented Mar 1, 2016 at 2:53