The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Quick Colour Fix - User Legend?
Basically I'm seeking some advice on how to edit the color of User Legend to the same blue as all other text.
In the pic below, you'll notice the colour doesn't match the rest of the style & text on the boards, probably because User Legend is customized with a plugin. (I'd also like to fix statistics). I think this is the code that set its up: Code:
<tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_legend')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a> User Legend </td> </tr> </tbody> Code:
<font color="#76E4FB">User Legend</font> Any ideas how I can change colour? thx |
#2
|
||||
|
||||
If you have questions regarding a modification, you need to post in the modification thread.
|
#3
|
|||
|
|||
Oh, its more of a basic code query.
Just wanted to ask what code do I use to change colour of User Legend? < Something > </something> |
#4
|
||||
|
||||
Code:
<span style="color: red;">something here</span> |
#5
|
|||
|
|||
Try:
Code:
<a>User Legend</a> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|