View Full Version : How do you change the font color on members.php?
Palehorse74480
12-10-2010, 11:02 AM
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...
Lynne
12-10-2010, 01:28 PM
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
Palehorse74480
12-10-2010, 01:56 PM
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
I am using a style I generated in the style generator... where in stylevars is it? Or is it in stylevars?
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?
Palehorse74480
12-10-2010, 02:42 PM
Here is what I am talking about. I have user can customize off. This is the default.
Driving me nuts!
calorie
12-10-2010, 03:55 PM
Try changing the following stylevars:
sidebar_header_color
forum_sidebar_link_color
Palehorse74480
12-10-2010, 07:22 PM
Try changing the following stylevars:
sidebar_header_color
forum_sidebar_link_color
One was set to black, the other to dark blue, so obviously from my screen shot, thats not it.
Anyone got any ideas? Why should something so basic and simple be like pulling teeth to find???
calorie
12-10-2010, 07:42 PM
Try double checking the stylevars. Maybe I was looking at a different page than you, but those stylevars were found using Firebug (http://getfirebug.com/whatisfirebug). 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.
Lynne
12-10-2010, 09:10 PM
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:
#member_content #sidebar_container a { color: green;}
calorie
12-10-2010, 09:29 PM
Good call. Nuts. :eek: :)
Palehorse74480
12-11-2010, 03:26 PM
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...
Lynne
12-11-2010, 05:26 PM
All you have to do is add that line to your additional.css template:
#member_content #sidebar_container a { color: green;}
How is that a lot of hoops?
Palehorse74480
12-11-2010, 05:39 PM
No its not, thanks for simplifying it, I appreciate it Lynn :)
Hey, take a look at my profile page again, the username and tabs are still remaining dim, but the problem is isolated to just the profile page. Here is the link
http://www.sleeps.com/forums/member.php/1-Palehorse
Any suggestions? Thanks btw. Appreciate it.
Lynne
12-11-2010, 06:41 PM
I believe I've been answering this same thread over on vb.com.
Frondy
12-12-2010, 08:42 AM
Look here:
https://vborg.vbsupport.ru/showthread.php?t=253326
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.