RobinHood
Well-known member
This would make it easier to style with icons and more robust to future changes.
I'm using nth child at the moment to add icons, however this menu can change as features get switched on and off, such as signatures, user upgrades etc. So it would be nice if you could target specific menu items if items get added or removed, or they change order.
This would also be useful for menus created in pages from listing sibling and child nodes. Again, I can target them using nth child, however you have to remember to update the CSS then on every page each time a new page gets added/removed or the order changes.
I'm using nth child at the moment to add icons, however this menu can change as features get switched on and off, such as signatures, user upgrades etc. So it would be nice if you could target specific menu items if items get added or removed, or they change order.
This would also be useful for menus created in pages from listing sibling and child nodes. Again, I can target them using nth child, however you have to remember to update the CSS then on every page each time a new page gets added/removed or the order changes.
Upvote
4