Further to
http://forum.opencart.com/viewtopic.php?f=110&t=62531 I have another request:
In the lists (esp. Categories, Information pages, and other menus), it would be great of each List Item tag has its own class
Code: Select all
<li class="menu-item item-code-48">
This would open up many more styling possibilities, and give a great deal of granular control to the style artists.
Further the current/active item should have its own tag, e.g.
Code: Select all
<li class="menu-item item-code-48 current-item">
I would be very surprised if this is not a common need. When creating menus, often UI designers and usability guys want the active menu item to look different from others. To some extent, they can do it due to
tag. But that's rather limited. CSS does not allow upwards propagation i.e. doesn't allow reference to parents. Hence it would be really nice if OC core enables reference to the list items directly via these classes.