PDA

View Full Version : Forum Display Enhancements - Extra Navigation Bar Without Any Plugin or Mod


XiTCLUB
10-30-2010, 10:00 PM
Hi,

Friendz I am Here with Another Beautiful Modification
No Template Modification, Plugins, Or Mods Needed!

Modification : Navigation Bar
Method : HTM, CSS
Demo : http://www.xitclub.com/forum.php?styleid=29 ( See Top Navbar )

Installation:

1: Upload Attached File "nav_style.css" to Your Forum Root
2: Add The Following Code in header Template at very Top
header template = Admincp > Styles & Templates > Style Manager > Your Template > Edit Templates > header
<html>
<head>
<link href="nav_style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="cnavbar">
<center>
<div id="cnavtabs" class="cnavtabs">

<ul>
<li><a href="Your URL">Link Text</a></li>
<li><a href="Your URL">Link Text</a></li>
<li><a href="Your URL">Link Text</a></li>
<li><a href="Your URL">Link Text</a></li>
<li><a href="Your URL">Link Text</a></li>
</ul>

</div>
</center>
</div>
</body></html>Template Edits
If you want to change Font Colors, Backgrounds etc here i am sharing detailed template edits
Open "nav_style.css" with Dreamweaver or Code Editor in cPanel
Now Do Following Steps
1: Change The Height & Width, Background Color of NavBar
.cnavbar
{
width:100%;
height:32px; ( Change Height Here )
background-color:#150517; ( Change Background Color Here )
border-bottom:1px solid #666;
}
#cnavtabs
{
width:960px; ( Change width Here )
height:100%;
}
2: Change Font Normal & Hover Color
.cnavtabs ul li a
{
display:block; float:left;
margin:0 5px; padding:7px 0;
color:#FFF; ( Here You Change Font Color in Normal Position )
font:normal 13px Arial, Helvetica, sans-serif; ( Change Font Style )
text-decoration:none;
font-weight:bold; ( Change Font to Normal or Bold )
}
.cnavtabs ul li a:hover
{
text-decoration:none;
color:#4AA02C; ( This Will Change Font Color on Hover )
background-color:#302217; ( This Will Change Tab Background Color on Hover )
}
hope this will work for you also :)
Mark "Installed" if Its Work

sulasno
10-31-2010, 10:15 AM
tagged and thanks

COL NIL SATIS
10-31-2010, 01:28 PM
tagged

YankForum
10-31-2010, 02:20 PM
how it looks ?

sulasno
10-31-2010, 02:32 PM
I saw it on the Site

I wish enhancements to the Fonts; eg bold, colour could be included

XiTCLUB
10-31-2010, 03:37 PM
I saw it on the Site

I wish enhancements to the Fonts; eg bold, colour could be included

You can change Everything in "nav_style.css"

sulasno
11-01-2010, 01:22 AM
thanks

I downloaded nav_style.css

just another suggestion;
could you include your template edits as a text file in your zip file ?

XiTCLUB
11-01-2010, 08:38 AM
thanks

I downloaded nav_style.css

just another suggestion;
could you include your template edits as a text file in your zip file ?


I have Updated Mode Change anything in your ways

kfyonur
01-03-2011, 03:11 PM
Thanx it is very useful.

XiTCLUB
02-01-2011, 05:43 PM
yes it is.. :)

XtremeCrash
07-30-2013, 05:06 PM
I was wondering how we can adjust the nav bar?Like moving it to be center.I have it installed but it shows on the left at the very top.