By drozzy on
Hi,
I've installed nice menus module on my site and turned it on. But I cannot get rid of bullets! Even though in the mice menus module .css files it says ul.nice-menu ul{ list-style: none; .... }
You can see how it is right now here:
http://207.210.85.61/~archi/test/
I was thinking that Zen theme might be putting the images for those bullets, but they are not images. They are Bullets. I tried overriding css in my theme's style.css but no luck.
Any help greately appreciated!
Thank you,
Comments
Solved: Zen thing
Ok, i got this working.
Zen theme sets the bullets for ul lists.
Go to the icons.css file in the Zen's theme directory and edit the line:
list-style-image: url(images/blue_bullet.gif);to read
list-style-image: none;NICE MENU in ZEN
Hi,
I am working on Drupal 5, using the ZEN fixed theme. I needed the drop down menu in my site so i installed nice menus. Any idea how can i make the nice menu look like the standard menu in the ZEN theme?
Can you help me in this regard?