Re: What am I doing wrong here?
Posted by
Mencey Melgar on
Feb 08, 2013; 6:11pm
URL: https://support.nabble.com/What-am-I-doing-wrong-here-tp7582984p7583014.html
Damn editing posts..


Evildaddy wrote
Please do explain, LouK.
The css modifications are in
Options > Application > change appearancethere you have to open the "CSS" dropdown.
As I told you, we are going to use < h> to put colours, so if in your code you used(for example)
<n.avatar_label condition="[n.owner.is_in_group group= 'Members'/]" label="[h5][t]Member[/t][/h5]"/>
We will have to use the css code for h5(just copy and paste in the dropdown od "CSS"):
.nabble h5 {
color: rgba(0, 170, 156, 0.5);
font-family: 'Arial';
}
this colour is blue and I put the font family "Arial", but if you just delete the font family feature, it will be shown with your font family(the one that you chose). You can change the colour to your own and see how does it looks.
Regards :)
:) Helper