Request
inherit
-5350494
0
Nov 23, 2024 8:33:39 GMT -8
Request
0
January 1970
GUEST
|
Post by Request on Jun 6, 2013 8:56:51 GMT -8
Hello.
I'm trying to remove the whole Menu bar because I wanted to create a new one within the side table of my forum, yet I really do not know how to do this. Could someone please help me out? I'm not sure if I'm posting this in the right board or not, if not please forgive me.
<I'm using V5 btw>
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jun 9, 2013 3:48:05 GMT -8
I think you can just add this to the bottom of your style sheet (css). Just go here: Admin > Themes > Advanced Styles & CSS > Style Sheet
Add this to the very bottom:
#navigation-menu{display:none; }
Note, that will also remove your login and register part. Do you want that left there? If you do want it left there I imagine you can just add li to the end of the id like this:
#navigation-menu li{display:none; }
Be sure you have all your links ready to go especially the link to your admin panel before adding that to the style sheet. Edit: Oh, wait, rereading your post it seems you need help with the menu part. I've not done this and someone else may know better than I do, but I'm thinking you can just copy what you see when you "view element" in your browser. Let me know if you need help with the menu part too. I'm pretty sure they should all work except I'm not sure about the proflie link. I'll have to test them all out later today.
|
|