vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Help how to change Profile font about me colour (https://vborg.vbsupport.ru/showthread.php?t=248619)

theque 08-14-2010 07:04 PM

Help how to change Profile font about me colour
 
1 Attachment(s)
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/attachmen...1&d=1281816196

Thank you

theque 08-21-2010 09:19 PM

1 Attachment(s)
This same colour font is also used in add albums
https://vborg.vbsupport.ru/attachmen...1&d=1282429126

I still can't find it?

theque 10-04-2010 07: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

1 Attachment(s)
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/attachmen...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. 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
Code:

.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

Code:

.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 [DATE]1292073610[/DATE] at [TIME]1292073610[/TIME] ---------------

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


All times are GMT. The time now is 07:14 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01048 seconds
  • Memory Usage 1,733KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (12)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete