Im trying to make bullets (in the form of white discs) appear in the megamenu and on the 3rd level only.
In my css, ive set the font size for hmenu li li li, margin and text transform and all of those settings work perfectly.
When I try to make bullets appear, its no joy, ive added list-style-item: disc; to the aforementioned section, but no bullets appears.
I tried setting the !important attrib to it, but that doesn't solve the problem either.
In my CSS file, I have 7 occurences of "list-style-item:none;" so I replaced all of the "none" with "disc" to see what would happen, but it didn't produce any results.
This is really driving me nuts as I simply need to have small white discs next to all menuitems at the 3 rd menu level.
Anyone got any idea on this?
Cheers. :-)