Thats definitly a bug
/css/menu_icons.css
e.g. for the soccer icon now there is (line >223)
- Code: Select all
#gk-nav .level0>li>a.icon-soccer>span.menu-title { background: transparent url('../images/icons.png') no-repeat 4px -516px; }
#gk-nav .level0>li.active>a.icon-soccer>span.menu-title,
#gk-nav .level0>li:hover>a.icon-soccer>span.menu-title { background-position: 4px -476px; }
This should be- Code: Select all
#gk-nav .level0>li>a.icon-soccer>span.menu-title { background: transparent url('../images/icons.png') no-repeat 4px -2756px; }
#gk-nav .level0>li.active>a.icon-soccer>span.menu-title,
#gk-nav .level0>li:hover>a.icon-soccer>span.menu-title { background-position: 4px -2716px; }
In that file there are many more wrong icon positions in there (
tennis, badminton, curling, ski, gymnastics and volleyball)
And on the above mentioned site how to use this icons there is
You can define icons for first level menu items. To use it please go to the menu items manager and in Mega menu plugin please specify suffix for menu item. I.e. " icon-home" (with space at start)....
I don't think there should be a "space at start"