Help on changing text color on profile section!!!

GamerKid1989 at 19h19
27
Jan
2012
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. http://iowagamers.bigforumpro.com/forum
1 Base, on 27/01/2012 at 19h20
Hi, please add this to your CSS code:

Code:

fieldset dl:hover dt label {
    color: #007EA8;
}


You can change the #007EA8 to a different colour if you wish. Smile
2 GamerKid1989, on 27/01/2012 at 19h22
OK that worked, now is there anyway I can flip the colors around so they are always blue and turn white when hovering?
3 Base, on 27/01/2012 at 19h26
Sure, just replace the code I gave you with this:

Code:
label {
    color: #007EA8;
}
fieldset dl:hover dt label {
    color: #FFFFFF;
}
4 GamerKid1989, on 27/01/2012 at 19h28
Thank You!!!!
5 Base, on 27/01/2012 at 19h36
You're welcome, glad i could help. Very Happy

Glad your problem is solved; topic marked as solved and archived.
Similar topics
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
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
See also
more_less
Informations

5 Replies For the topic :
"Help on changing text color on profile section!!!"

This topic has been viewed 587 times.

Last message :
27/01/2012 at 19h19 by "GamerKid1989"