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;
|