inherit
169267
0
Nov 25, 2024 15:26:25 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Jan 15, 2013 20:25:28 GMT -8
If I want to hide the navigation tree on the custom page what variable do I use in the code below? I used nav_tree but it didn't seem to work. <style type="text/css"> "?" { display: none; } </style>
Thanks
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Jan 15, 2013 20:45:20 GMT -8
<style type="text/css"> div.navigation-tree { display: none; } </style>
|
|
inherit
169267
0
Nov 25, 2024 15:26:25 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Jan 15, 2013 20:48:18 GMT -8
Thanks Shorty, Your the man
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Jan 15, 2013 20:58:40 GMT -8
No probs.
|
|
inherit
169267
0
Nov 25, 2024 15:26:25 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Jan 16, 2013 8:43:30 GMT -8
Shorty, Your code didn't work but I played with it and got it to work. So this is what I used.
<style type="text/css"> #navigation-tree { display: none; } </style>
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Jan 16, 2013 8:50:20 GMT -8
Whoops sorry. I used the selector for class instead if id. Glad you got it. My mistake.
|
|