The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do you change the font color on members.php?
I am having a hard time figuring out how to change the font color on the profile page.
You know, when you click on a users name and it goes to member.php I can BARELY read it cause its so dim, but I cannot for the life of me find where to change that color... |
#2
|
||||
|
||||
It depends on if you are using profile customization or not. This question has actually been asked and answered several times over on vb.com
|
#3
|
|||
|
|||
Quote:
Might be asked and answered a lot for older vb versions, but if its there as much as you imply why is it I can't find it? |
#4
|
|||
|
|||
Here is what I am talking about. I have user can customize off. This is the default.
Driving me nuts! |
#5
|
|||
|
|||
Try changing the following stylevars:
|
#6
|
|||
|
|||
Quote:
Anyone got any ideas? Why should something so basic and simple be like pulling teeth to find??? |
#7
|
|||
|
|||
Try double checking the stylevars. Maybe I was looking at a different page than you, but those stylevars were found using Firebug. If you use Firefox, try installing Firebug and then you can right click over the text you want to change, inspect element, see the CSS, and then find that CSS in vB.
|
#8
|
||||
|
||||
The addition of profile customization did some strange things to the stylevars. The sidebar links there are defined in "#sidebar_container a" which is defined by a variable called "moduleinactive_link_color" which is actually defined by the color set in stylevar "header_background" If you aren't using custom profilization, I would just define it in additional.css as:
HTML Code:
#member_content #sidebar_container a { color: green;} |
#9
|
|||
|
|||
Good call. Nuts.
|
#10
|
|||
|
|||
Man thats a LOT of hoops to jump through to change a simple text color... incredible...
Hell thats over my head, I guess I just live with it... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|