The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello,
I'm wondering where I can find the control or code to be able to format the user profile field headers. In other words, when I create a new user profile field, the name of the field appears in the same font as the user's input, which appears directly below it with no extra line break. This is not a nice effect. It's hard to distinguish between the user's input and the name of the field. I've attached an image so you can see what I mean. Can someone advise me how to change the formatting for those field headers? Many thanks!!! ![]() |
#2
|
||||
|
||||
![]()
To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Sometimes the template is the one mentioned at the very top of the page source.
But, I think it's easier to just modify the css. I believe it's at the bottom of the Main CSS page - it's called shade or something like that. Check your page source and it will tell you the class. |
#3
|
|||
|
|||
![]()
Many thanks for the help Lynne.
For anyone who might want to do this, the easiest way as Lynne said is to change the CSS. You find it toward the bottom of the Main CSS page in "Additional CSS Definitions." Toward the bottom of the code in that box, you'll find something like this: Code:
/* ***** de-emphasized text */ .shade, a.shade:link, a.shade:visited { color: #333ccc; text-decoration: none; } |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|