Editing navigation bar/menu

Forum
Last Post
Threads / Messages

Dinocanid

Member
Member
Joined
Aug 30, 2016
Messages
520
Points
18
Age
23
Location
Maryland, USA
Mysidian Dollar
43,334
Where do you do it? I can't find where to do it in any of the files. I found a topic that said it was in menu.css, but all I see is:

  Spoiler: open 
/* common styling */
.ddmenu {width:100%; position:relative; z-index:100;}
.ddmenu ul li a, .ddmenu ul li a:visited {display:block; text-decoration:none; font-size:12px; color:#000;width:182px; height:20px; text-align:center; color:#fff; border:1px solid #fff; background:#222; line-height:20px; overflow:hidden;}
.ddmenu ul {padding:0; margin:0; list-style: none;}
.ddmenu ul li {float:left; position:relative;}
.ddmenu ul li ul {display: none;}

/* specific to non IE browsers */
.ddmenu ul li:hover a {color:#fff; background:#acacac;}
.ddmenu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:182px;}
.ddmenu ul li:hover ul li a.hides {background:#222; color:#fff;}
.ddmenu ul li:hover ul li:hover a.hides {background:#222; color:#000;}
.ddmenu ul li:hover ul li ul {display: none;}
.ddmenu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.ddmenu ul li:hover ul li a:hover {background:#ededed; color:#000;}
.ddmenu ul li:hover ul li:hover ul {display:block; position:absolute; left:182px; top:0;}
.ddmenu ul li:hover ul li:hover ul.left {left:-182px;}

So I thought maybe it's in class_menu.php, but I don't see where I should edit there either. I want to add the time, edit the links, etc. but I can't find it.
 
If all you want to edit is the link and text on the navbar, it's sufficient to just edit it in admin control panel. Go to ACP -> Links -> Edit and you will see a list of links to edit. If you need to change the look and display of the navbar, you may change its CSS.
 

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,280
Messages
33,129
Members
1,603
Latest member
Monako
BETA

Latest Threads

Latest Posts

Top