View Full Version : Minor Changes, Help Needed.
ryusan
10-29-2006, 03:48 AM
https://vborg.vbsupport.ru/external/2006/10/4.jpg
Can someone please tell me how to change the font color of "Posts"?
Also, the little grey border that wraps itself around the word "Posts". I want to know why it's not centered like this...
https://vborg.vbsupport.ru/external/2006/10/5.jpg
Just wondering if I can fix that too. Thanks.
Burns
10-29-2006, 03:24 PM
I'm still using vb 3.0.7 atm since I've too many hacks, but I guess the changes would be similar in more recent versions.
#############
Step 1. Edit Phrase:
Add the following phrase with Phrase Type "User Tools (global)" :
name: total_posts_red
text: Total <font color="red">Posts</font>
( change the color to whatever color you like insteadof "red" )
Step 2. Edit Template:
in MEMBERINFO
replace
$vbphrase[total_posts]
with
$vbphrase[total_posts_red]
##########
Styles & Templates >
Style Manager >
Main CSS >
Panel (Forms) >
change "Extra CSS Attributes"
Default value in vB 3.0.7:
padding: 10px;
border: 2px outset;
ryusan
10-29-2006, 05:21 PM
Thanks for the reply Burns.
I was actually talking about all of them in general though. (The circled ones)
https://vborg.vbsupport.ru/external/2006/10/3.jpg
I want to change the color of all of them. Is there any easy way of doing this?
Burns
10-29-2006, 05:40 PM
Styles & Templates >
Style Manager >
Main CSS >
<legend>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.