| User | Post |
|
9:34 pm September 8, 2009
| oconnor
| | |
| Member | posts 4 | |
|
|
Hi,
I've looked at all the options for the Nav Bar but I can't seem to find one that stops it from appearing at all. I don't want to change it's appearance, I just don't want it to appear at all.
How do I do this?
Thanks
Chris
|
|
|
7:25 am September 9, 2009
| Ryan
| | |
| Admin
| posts 1523 | |
|
|
There isn't an option to completely remove the nav bar, but you can use this little hack to remove it. At the end of your style.php file, add this line:
#nav {display:none;}
|
|
|
8:01 am October 15, 2009
| michkh1
| | |
| New Member | posts 1 | |
|
|
Hi Ryan,
I tried it and, for whatever reason, it did not work. Where exactly in the style.php file should I put it.
Thanks,
Michael
|
|
|
2:34 pm November 3, 2009
| Ryan
| | |
| Admin
| posts 1523 | |
|
|
hmm.. clear at the bottom should work. Make sure it's the style.php file and not the style.css file. I tested it and it wiped out the navigation bar completely.
|
|
|
3:34 pm November 10, 2009
| mwengr
| | |
| New Member | posts 2 | |
|
|
Worked like a champ for me, thanks Ryan!
|
|
|
9:14 am December 16, 2009
| kellypruitt
| | |
| Member | posts 8 | |
|
|
Yay! Worked for me too!
Thank you, Ryan!
Cheers!
Kelly
|
|
|
3:13 am December 18, 2009
| hleeflexi
| | |
| New Member | posts 1 | |
|
|
Yeee haa…
Worked for me too!
Excellent support.
Thanks Ryan
GOD Bless You
Regards,
Hendra 
|
|
|
4:46 pm January 16, 2010
| JimmieD
| | |
| New Member | posts 1 | |
|
|
I've placed the code at the end of style.php (not the css) on 2 different sites. Nav bar still shows up. Any ideas? Could some other option setting be keeping the non display statement from working? …jim 
|
|
|
3:20 pm March 29, 2010
| Ryan
| | |
| Admin
| posts 1523 | |
|
|
The style sheet is "cascading", meaning any style placed lower in the style sheet will take precedent over any before it. So as long as you used the code exactly as shown above, it should cause the #nav div to disappear.
|
|
|
5:52 pm August 1, 2010
| mamabear
| | |
| New Member | posts 2 | |
|
|