Being new to elgg finding the css to modify was a chore in itself >< (no hints, keep looking)
What I will tell you however is that today I learnt not every plugin needs its own css file - simplistic but awesomely powerful!
Check out what I found on the Docs site:
View overloading Plugins can have a view hierarchy, any file that exists here will replace any files in the existing core view hierarchy... so for example, if my plugin has a file:
/mod/myplugin/views/default/page_elements/spotlight.php
it will replace:
/views/default/page_elements/spotlight.php
But crucially, only when the plugin is active.
This gives you total control over the way elgg looks and behaves. It gives you the option to either slightly modify or totally replace existing views.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.