Hi, can anyone help me locate the location of the CSS file for the default profile link that is on the sidebar (the one with the tiny profile image with the name of the logged in user)? The HTML of Chrom's Inspect says its div class is "elgg-module elgg-owner-block" but I couldn't find its CSS. It must be a module. I want to change its font colour, background, and other CSS features.
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.
@Asmarino : When elgg engine loads, it collects all the css files and stitch it together into a single css file. Thats why you are seeing line #209. All css in elgg are php view files. You need to create a new plugin > Extend the elgg css with the new css > Add the new css properties to this file > Enable it and place it in the bottom list.
- Previous
- 1
- 2
- Next
You must log in to post replies.