MG 1.1 Edit galley dropdown in menu

Indian

Member
How do I remove the drop down that comes up under Gallery in my horizontal menu?
gallery.jpg
 
I think hiding the menu control with CSS might work, but I haven't tested this.

Add this to your EXTRA.css template:
Code:
.navTab.xengallery a.SplitCtrl
{
    display: none;
}
 
Top Bottom