When you enable allow members to change templates in admin, a new menu item appears to allow the member to select a template.
The problem is the script that generates the list of templates is over riding text color specified in CSS. Script generates this.
<a class="button more_ntop_element" style="color: rgb(51, 51, 51); font-weight: bold;" href="javascript: void(0)">Deanos Basic Black</a>
The color value is specified in code over riding the color i set in CSS.
This make designing templates a bit difficult.
Can we get this fixed please.