How can I change font size of footer nav bar ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • system_religion
    Member
    • Oct 2004
    • 87
    • 3.5.0 Pre-Release

    How can I change font size of footer nav bar ?

    Hey,

    I would like to change font, size and alignment of footer nav bar.
    Attached Files
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    Those links use the smallfont CSS class:

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

    Several other page elements also use this class. If you want to change only those links, then edit your footer template and add the red code:

    Code:
    	<td class="tfoot" align="$stylevar[right]">
    		<div class="smallfont" [color=red]style="font-size: 18pt"[/color]>
    			<strong>
    				<a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a> -
    				<a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -
    				<if condition="$show['admincplink']"><a href="$admincpdir/index.php?$session[sessionurl]">$vbphrase[admin]</a> -</if>
    				<if condition="$show['modcplink']"><a href="$modcpdir/index.php?$session[sessionurl]">$vbphrase[mod]</a> -</if>
    				<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
    				<if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
    				<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
    			</strong>
    		</div>
    	</td>
    Change the font size to whatever you want.

    Comment

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