Changing Profile text and color

RAtSoaDM at 13h17
13
Nov
2011
Hello there,

I need to know what kind of code is needed to change the Profile answer text...

Posts: 389
Location: Los Angeles
Some Fav. Bands/Artists right now: TOOL, Soundgarden, Alice In Chains, Yawning Man, Brant Bjork, Floater, A Perfect Circle, Colour Haze, Fu Manchu, Kyuss

the part in bold

pirat
1 Nera., on 13/11/2011 at 13h47
Try this, change the color to the one you want.

Code:
.postprofile {
    color: red !important;
}
2 RAtSoaDM, on 13/11/2011 at 14h47
Nice... ANy way to enlarge it some too? Thank you!
3 WHITESABBATH, on 13/11/2011 at 15h02
try adding this to the code nera gave you :
Code:
  font-size: 10px;   
       

should look like this:
Code:

        .postprofile {
            color: red !important;
            font-size: 10px;
        }


change the font size "10px" to what suites your liking. be careful when editing css and always remember to tick "send"

4 RAtSoaDM, on 14/11/2011 at 01h46
Thanks for swift replies. rock
5 Sanket, on 14/11/2011 at 08h49
Since this thread appears to be solved, I will archive this thread.


Sanket Smile

Similar topics
Hello I have my forum all set up how I want it except for one small part. When I go to profile and hover over username, email, change pass .... etc it goes from white to black. I can't find an option anywhere to change the color.
Font: Fade to Grey. Font Size: 15. Blank Image: None. Creation File: None. Pictures:
Err, how do I color the profile of someone when he's posting.. Err like "Administrator Posts: 24 Credits: 2000 Join date: 2011-11-29 Age: 21 Location: Space" How do I change the color of that? (This was my profile when I was posting a
Replies 1 to 5 on 5 for "Changing Profile text and color"
See also
more_less
Informations

5 Replies For the topic :
"Changing Profile text and color"

This topic has been viewed 706 times.

Last message :
13/11/2011 at 13h17 by "RAtSoaDM"