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.

CommentFileSizeAuthor
menu-leaf.gif104 bytesghostks

Comments

ktleow’s picture

Added menu-leaf.gif to 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.

ghostks’s picture

It's looking very nice, thanks.

ktleow’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.