Good day
I have added the custom html to my home page
I have added "top" to the advances tab Custom CSS class:
Now my question what css file do I add my"top" clas to where I can add custom css.
And where is the css file located?
Thank you
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.
- Team Webgalli@webgalli

Team Webgalli - 0 likes
- JoomlaFactory@FactoryJ

JoomlaFactory - 0 likes
- JoomlaFactory@FactoryJ

JoomlaFactory - 0 likes
- Mark@Zander1983

Mark - 0 likes
- JoomlaFactory@FactoryJ

JoomlaFactory - 0 likes

You must log in to post replies.Elgg's css are view files. You have to extend the core css with your's. See http://docs.elgg.org/wiki/Getting_Started_With_Development
Thanks for the quick reply - looking at the docs now
Thanks
Good day
I have done the following but still no luck:
I deactivated the Use system cache
In file > /views/default/css/elements/core.php
At the bottom I added the following clas "top"
.top {
background:#000000;
}
But My custom html has not changed.
How do I get access to the css file that are located> /cache/css/default/elgg.1356710142.css
Thank you
You shouldn't edit core css file. Copy blog plugin, the css view is located at blog/views/default/blog/css and then the core elgg css is extended with:
elgg_extend_view('css/elgg', 'blog/css');
Good day
Sorry but I dont see the following folder blog/views.... ?
Where in the core.php must I add this code?
elgg_extend_view('css/elgg', 'blog/css');
Here is an images of the class I want to edit?
Thank you