header showing full list of undercategories

I want to remove the full list of undercategories from my headline (or headline icons).

When you look at dashboard avatar and hold your mouse over the dashboard icon the full list of whats "inside" this icon is shown.

How can i remove this list without removing them when you enter the "Icon"?

I tried to remove visibility for members and guest, but without visibility the member or guest doesnt see the undercategories and in this case are not able to change avatar for example. So how to remove the list, without removing the undercategories.

Can someone please help me with this?

Best regards

Morten

Quote · 17 May 2010

Can someone please help me with this?

Quote · 18 May 2010

Anyone?

Quote · 18 May 2010

Have anyone done this before? I want tho hide the hole list that comes up when im holding my mouse over a header icon.

Please help :)

Best regards

Morten

Quote · 18 May 2010

I answered this in another topic, hold on.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 18 May 2010

Edit the file top_menu.css found under ./templates/base/css/ and look for the following on line 53:

.topMenu .top ul.sub li { 
width:100%;
margin: 0px;
line-height:33px;
/*height:33px;*/
min-height:33px;
}

Change it as follows:

.topMenu .top ul.sub li { 
width:100%;
margin: 0px;
line-height:33px;
/*height:33px;*/
min-height:33px;
display:none;
}

The needed change has been shown in red.

Once done with your changes, save the file and empty the ./cache/ and ./cache_public/ directories, leaving the .htaccess file in the former directory intact.

Note, that this will also disable the extended-menu-item drop-down box from displaying. To overcome this, change the menu display settings in the administration panel to show all of your menu items.

Have fun.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 18 May 2010

will try this :) Thanks!!

Quote · 19 May 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.