I't's very difficult to navigate within a menu when you don't see which of the menu items are expandable and which not. I'm proposing following fix in the style.css
li.collapsed, li.leaf {
list-style-image: url(images/menu-collapsed.gif);
}******TO******
li.collapsed {
list-style-image: url(images/menu-collapsed.gif);
}
li.leaf {
list-style-image: url(images/menu-leaf.gif);
} I've tested this solution and navigation became much more convenient.
P.S. also I'm wondering, why drop down primary links menu isn't working here? In Agregado it's looking very well.
| Comment | File | Size | Author |
|---|---|---|---|
| menu-leaf.gif | 104 bytes | ghostks |
Comments
Comment #1
ktleow commentedAdded
menu-leaf.gifto the theme :)Wait for beta2 release..
For second part, its because there is no dropdown menus in Color Paper. I didn't state that this theme comes with it.
Comment #2
ghostks commentedIt's looking very nice, thanks.
Comment #3
ktleow commented