[SUPERFISH] individual menu item colouring not working as expected
Hi
I'm implementing the superfish menu module for Joomla to my site.
The site in question requires different colour dropdowns, eg first column colour 1, second, colour 2 etc.
I am able to change the first item colour no problem by doing this:
- .sf-menu li.item1 {
- background: #ffffff;
- }
However when I do this
- .sf-menu li.item2 {
- background: #ffcc99;
- }
- .sf-menu li.item3 {
- background: #ffcc00;
- }
It does nothing.
What's the problem here, am I missing the point, or should this work?