MyBB Community Forums

Full Version: Color Change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Friends

Does anyone know how I can change these colors:

1. [Image: nnnwal61cauh4nql0tam.png]

2. [Image: ej1gp3yh8ny57a0oqv.png]

Thanks in advance!
Genau bin ich mir da nicht sicher
Aber bei Administrator:
Admin-CP > Home » Benutzergruppen > Administratoren
und dann bei: Benutzernamen Stil steht da irgendwas mach dort einfach:
<span style="color: FARBEODERHTMLCODE;"><strong><em>{username}</em></strong></span>
Dies macht den Benutzernamen anders aber wie man das administrator macht :/
versuch mal:
<span style="color: green;"><strong><em>Administrator</em></strong></span>
oder
[color=green]Administrator[/color]
natürlich die farbe ersetzen
Falls beides nicht geht müsste man die css deines Designs ändern (wenn erlaubt)
//edit
yap man muss die stylecss ändern, warte einfach bist ein support online ist der dir das erklären kann also ich bin mit dem design das ich habe zufrieden, und ich hab auch kp wie das mit der style css geht
Try replacing this in the global.css

.smalltext {
	font-size: 11px;

}

with this

.smalltext {
	font-size: 11px;
 color: #fff
}

[code]
Ich probiere das mal, dankeSmile
Bin zu Müde um ein Buch zu schreibenWink
(2013-02-24, 02:07 AM)MisterW Wrote: [ -> ]Try replacing this in the global.css

.smalltext {
	font-size: 11px;

}

with this

.smalltext {
	font-size: 11px;
 color: #fff
}

[code]

yep thats right - its working
a tipp for Nigedea: go to Advanced Methode (Fortgeschrittende Methode)