I believe the text colour in the tabs is hard for some of my elderly members to notice easily. It seems to be the a mid grey against either a white or lighter grey background. I've searched all the css files plus those in my theme plugin (which is the earlier and excellent Easy Theme) but cannot find the appropriate line to change. I'd like to use a much darker grey.
Would appreciate if anyone can offer some help in this.
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.
- Stevan@stevan
Stevan - 0 likes
- juBo@juBo
juBo - 0 likes
- jon666@jn6V2
jon666 - 0 likes
You must log in to post replies.Colour of tab menu is set in file:
views/default/css/elements/navigation.php
under FILTER MENU
This file is in elgg views directory or in your theme views directory.
It is recommended to build your own plugin instead of changing core files.
Easytheme doesn't include the navigation.php file so, if you want to make this change within the theme, I think I would edit .../default/easytheme/css.php and just add the following code to the very end of the file:
Many thanks to you both. This worked on my Elgg 1.8.13 for all plugins except one, namely:
an enhanced Members plugin for Elgg 1.8 by Satheesh PM that also shows "Online Today, This week, This month" and an Avatar Gallery.