View Full Version : Help how to change Profile font about me colour
theque
08-14-2010, 06:04 PM
Hi im having a hard time finding this font in VB4 my profile page About Me..
I looked all over the place but i cant change this font colour see attached picture
https://vborg.vbsupport.ru/attachment.php?attachmentid=120828&stc=1&d=1281816196
Thank you
theque
08-21-2010, 08:19 PM
This same colour font is also used in add albums
https://vborg.vbsupport.ru/attachment.php?attachmentid=121154&stc=1&d=1282429126
I still can't find it?
theque
10-04-2010, 06:01 PM
Where can i change this font colour? Plz
theque
12-10-2010, 02:33 PM
still looking for this font colour to change it also shows up this colour #777777 when a new user signs up in the description area!
calorie
12-10-2010, 03:59 PM
Try changing the following styelvar:
content_text_color
theque
12-10-2010, 07:12 PM
Thanks for a reply i could not find that actual term "content_text_color" in the style vars so i looked at all content_color vars none seemed to work.
This same colour im looking to change is also here see attached.
https://vborg.vbsupport.ru/attachment.php?attachmentid=124368&stc=1&d=1292015489
Thank you!
calorie
12-10-2010, 07:44 PM
What vB4 version are you running? I'm looking at vB 4.1.0 PL2 and 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.
theque
12-10-2010, 08:22 PM
hi im using that latest version of vb, i have also used firebug all i can determine is the colour of the font used #777777 howerver when i search templates for that colour or look at stylevars i can not see anything using that colour?
calorie
12-10-2010, 08:47 PM
If you link me to your profile page (open to guests) I could try and take a look for you.
theque
12-10-2010, 10:15 PM
That would be great if you could look the font is also located here when people try to sign up http://www.dubplates.co.uk/register.php
Id like to change this font colour too
"The date of birth you enter here is binding and may not be altered at a later date. Make sure you enter it correctly!!"
Thank You
calorie
12-10-2010, 11:00 PM
Hmm, I'm thinking this might be it: shade_color
.formcontrols .blockrow .description {
color:{vb:stylevar shade_color};
font-size:{vb:stylevar small_fontSize};
max-width:{vb:stylevar form_columnright_width};
margin-{vb:stylevar left}:{vb:stylevar form_columnleft_width};
overflow:hidden;
line-height:150%;
margin-bottom:5px;
}
theque
12-10-2010, 11:25 PM
Thank you so much, that is the only colour i could not find all this time! now im just working out how you could see that and i could'nt? well this is the info i could see with firebug
.formcontrols .blockrow .description {
color: #777777;
font-size: 11px;
line-height: 150%;
margin-bottom: 5px;
margin-left: 212px;
max-width: 496px;
overflow: hidden;
Thanks for your time X
--------------- Added 1292073610 at 1292073610 ---------------
I would really like to know how you come up with the code as you can see the code i found did not match yours? I have been trying all different things in firebug. This would really help and save time in the future if I'm looking to change colours using firebug if you can explain please
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.