how to get rid of bullet points
thinkcloud - May 25, 2008 - 19:14
| Project: | Imagemenu |
| Version: | 6.x-1.0 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | thinkcloud |
| Status: | active |
Jump to:
Description
I'm trying to get rid of the bullet points that automatically appear before my image menu items. I know I have to add the following command
.imagemenu .leaf {
/*background: none;*/
}
.imagemenu .expanded {
/*background: none;*/
}
.imagemenu .collapsed {
/*background: none;*/
}
to my stylesheet, but the question is which stylesheet? I'm using the Artists C01 theme, and there's a whole spade of stylesheets to choose from.

#1
Last release have its own css file. See it and uncomment there the code that you've stated above
#2
I uncommented the CSS code and put it in my theme's style.css but it's not doing the trick. I still get the bulletpoints.
#3
.imagemenu .leaf {
background: none;
list-style:none;
}
works for me :)
#4
Edited: Problem was theme related.
#5
I recently tried the solutions to the bullet display issue that have been offered in this file. I tried both uncommenting the code in the imagemenu css file and adding "list-style: none;" to each section as well. Neither method worked.
My procedure was to turn off the module, update the css file, and then reenable the module.
I am using:
Drupal 6.4
FF 3.0.3
Theme: LiteJazz 6.x-1.7
Any help you guys could give me would be greatly appreciated.