The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Changing Register Button Color
How can i change the color of the "Register" Text, in the navbar?
I already tried putting this <span style="color:white; font-weight: bold;"> in front of the <if condition> code for the register button but it didnt do anything. |
#2
|
|||
|
|||
I would put <font color="######"></font>
But not infront of the if statement, I would put it infront and right behind the text. |
#3
|
||||
|
||||
Your CSS is fine and is more correct than using html. However, you need to do it inside the <a> tag. ex.
HTML Code:
<a href="yourlink.php"><span style="color:white; font-weight: bold;">$vbphrase[register]</span></a> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|