How do I change these 3 titles fonts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GTX
    Member
    • Jun 2004
    • 30
    • 2.3.0

    How do I change these 3 titles fonts





    at the top pic, I would like change vBulletin 3 font size

    and at the second pic, I want to change vBulletin 3 and suggestions and feedback font size

    I used those 2 as an example to get straight to my point

    TIA
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    The smaller text is controlled by the navbar class:

    Admin CP -> Styles & Templates -> Style Manager -> Main CSS (in the menu)

    Scroll down to where it says Navbar Text. Edit the font size.

    The larger text size is defined this template:

    Admin CP -> Styles & Templates -> Style Manager -> « » -> Navigation / Breadcrumb Templates -> navbar

    Edit the red code:

    Code:
    		<if condition="is_array($navbits)">
    			<table cellpadding="0" cellspacing="0" border="0">
    			<tr valign="bottom">
    				<td><a href="#" onclick="history.back(1)"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
    				<td> </td>
    				<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
    			</tr>
    			<tr>
    				<td class="navbar" style="[color=red]font-size:10pt[/color]; padding-top:1px" colspan="3"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a> <strong>$navbits[lastelement]</strong></td>
    			</tr>
    			</table>			
    		<else />
    			<div class="navbar" style="[color=red]font-size:10pt[/color]"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
    		</if>
    edit: attached user's inline images to this post so they don't go anywhere since i use this thread for reference.
    Attached Files
    Last edited by Jake Bunce; Mon 27 Jun '05, 1:19pm.

    Comment

    • GTX
      Member
      • Jun 2004
      • 30
      • 2.3.0

      #3
      thank you

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...