Where do I go to change the color of the vbulletin copyright? And where do I go to change the color of the number of posts and threads?
Announcement
Collapse
No announcement yet.
Color Changes
Collapse
X
-
Hello,
You can modify the color of the copyright by adding a font tag around the variable in the footer template.
Here is how:
Admin Control Panel > Styles & Templates > Style Manager > Expand the templates of the style you want to modify > Open the footer template.
In the footer template find this code:
Code:$vbphrase[powered_by_vbulletin]
Code:<font color="#CC3333">$vbphrase[powered_by_vbulletin]</font>
Note: You can replace #CC3333 with any color you want. But keep in mind that the license agreement states that the copyright must remain visible and easy to read. So black on black won't goLast edited by Floris; Sun 6 Jun '04, 2:38pm.

Comment