The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
how do you change the text displayed in the top of the browser?
|
#2
|
|||
|
|||
![]()
AdminCP -> vBulletin Options -> Site Name / URL / Contact Details
|
#3
|
|||
|
|||
![]()
thankyou
|
#4
|
||||
|
||||
![]()
How do I change the COLOR of the title?
|
#5
|
|||
|
|||
![]()
You can't apply styles to page titles.
|
#6
|
|||
|
|||
![]()
... the color of your title, where, in the browser header or on top of your website page ?!
browsers have hard ways to do things... if you want to change the display of your browser header, you will have to find yourself the proper javascript to do so... for the website itself, you will have to edit your own style... http://www.vbulletin.com/docs/html/main/stylesintro |
#7
|
||||
|
||||
![]()
I wanted to change this title's color.
|
#8
|
|||
|
|||
![]()
css "navbar"
|
#9
|
||||
|
||||
![]() Code:
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td> Code:
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><font color="blabla">$vboptions[bbtitle]</font></a></span> $navbits[breadcrumb]</td> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|