[SOLVED] unable to remove bullets

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
SIMONdesign.nl
Forum Members
Forum Members
Posts: 28
Joined: Tue Nov 21, 2006 8:02 am

[SOLVED] unable to remove bullets

Post by SIMONdesign.nl »

Can anyone tell me what's wrong? I try to remove the bullets from the menu. I tried list-style-type:none; but it won't work...
http://www.sammontage.nl/index.php?page=gerealiseerd
Last edited by SIMONdesign.nl on Mon Feb 09, 2009 3:43 pm, edited 1 time in total.
kateb
Forum Members
Forum Members
Posts: 13
Joined: Sun Jul 13, 2008 2:58 pm

Re: unable to remove bullets

Post by kateb »

try applying "list-style:none;" to your ul and ul li "clearfix" class. So, an example might be:
.clearfix ul {
list-style:none;
}
.clearfix ul li {
list-style:none;
}
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm
Location: Comox Valley, BC

Re: unable to remove bullets

Post by Nullig »

At the end of your 'SAM Montage | algemeen' stylesheet, add:

ul {
list-style:none;
}

Nullig
SIMONdesign.nl
Forum Members
Forum Members
Posts: 28
Joined: Tue Nov 21, 2006 8:02 am

Re: unable to remove bullets

Post by SIMONdesign.nl »

YES! That worked... Thanks a lot everyone!
Post Reply

Return to “Layout and Design (CSS & HTML)”