Hi,

I've got a bit of an odd one. I've created a list and put it in a html/text widget in my wordpress theme sidebar. No matter how much I try to get rid of the bullets they still appear.

I've tried list-style-type: none and list-style-image: none. I've tried it in the style sheet and inline. I've tested other css on it and that works ok. I've even used the web developer toolbar to try and find any values I might have missed.

Any ideas? Site Here

Thanks for your help!

Turns out it was a special character bullet which was causing the problem:

.entry ul li:before, #sidebar ul ul li:before {
    content: "\00BB \0020";
}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.