I just wanted to ask, if every single menu-item in the mainmenu of this template is accessible via css. If so, which css-file do i have to edit (menu.css, menu.gkmenu.css, template.css???)?
I tried to reach a single menu-item via itemid, but it didn´t work.
I tried the following code:
- Code: Select all
#gkMainMenu > div > ul > li.item102:hover {
background: url('envir.png') 0 0 no-repeat; }
id 102 is the unique id of the menu-item.
best regards