Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
Fabio

Farbe in der memberbar

Recommended Posts

moin moin ...

ich bin mal ned und nerv wieder mal des forum bei meinen problem ;)

naja ok ich hänge jetzt schon ne ganze zeit daran und finde keine lösung wie ich die schrift farbe in der memberbar ändern kann ...

also die normale farbe nicht die link farben..

mfg fabio

Share this post


Link to post

Im StyleSheet:

TABLE, TR, TD { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; color: #000; }

Das ist unter anderem für die Farbe zuständig :)

Share this post


Link to post

Das geht dann nur, wenn du dem Text innerhalb der Mitgliederbar (Memberbar) eine class zuweist, also so:

<span class='CLASSNAME'>Text</span>
Nun legst du eine neue Zeile im CSS an, z.b.:
.CLASSNAME { font-family: Verdana, Tahoma, Arial, Sans-Serif; font-size: 9px; color: #F00 }

Das wars dann schon :)

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×