What file do I have to edit in elgg to change the main links color/rollover color. Not the top menu, but all links in the page content. I want to make them a darker blue. Thanks :)
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.
@alley
In typography.php
use fire debug check then fix in typography.php
the file to modify is typography.php. But you should not edit it directly. Override the file in your theme or add the new CSS rules using this plugin https://community.elgg.org/plugins/1597861/1/elggcss
Ok I installed the plugin, but I do not know css. What css code should I add to the mod/galliElggCSS/views/default/css.php file to change my main link colors? ...thanks
To add new css rules,
I am new to css. I was asking what css code should I put in there to change the main links color? I don't have a clue? .. lol
for links add :
No need for !important tags. According to your screenshot you are using a theme or a module which is overriding the css and not the default elgg css files?
Look into that theme/mod, in the css views, check like said for typography.php and change the a{....;} tag.
a:hover for hover overs, a:active for the active links, etc...
But if I where you, I would just go and read something at http://www.w3schools.com/css/css_intro.asp
Yeah, I am using the social roller plugin which allows you to customizes everything in your theme except for link colors apparently? .. lol
@alley
I'm releasing a new version next week that will address this issue.
- Previous
- 1
- 2
- Next
You must log in to post replies.