SMF Support > SMF 1.1.x Support

Member Color

(1/1)

fanSte-:
how to make member color to hello message?
Hey, my name, you have 6 read messages
But I need rank color, not red like here

I have this code:

--- Code: ---' , $context['user']['name'], '
--- End code ---

Chas Large:
The colour of the greeting text is controlled by the CSS, in index.css look for


--- Code: ---#upper_section ul li.greeting {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.5em;
}
--- End code ---

Add a color value like


--- Code: ---color: #FFF000;
--- End code ---

However this will change the colour overall on the theme not on an individual user basis, for that you'd have to build in some code to check the users credentials and lookup their post rank.

Sorry, if this isn't the answer you were looking for but ... :-\

K@:
'allo, Chas!

Navigation

[0] Message Index

Go to full version