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
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

kayukoff - May 28, 2008 - 19:07

Last release have its own css file. See it and uncomment there the code that you've stated above

#2

Dustnite - June 23, 2008 - 08:19

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

minus - June 25, 2008 - 06:03

.imagemenu .leaf {
background: none;
list-style:none;
}

works for me :)

#4

seboj - June 26, 2008 - 02:04

Edited: Problem was theme related.

#5

fasmith718 - September 30, 2008 - 20:57

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.

 
 

Drupal is a registered trademark of Dries Buytaert.