Remove Bullets from WordPress List

I have been having trouble removing the bullets from both ul and li lists while working on my new site. Even though I have all list styles set to “none”, I still get bullets, which also indents my content, leaving it off-center.

There is actually a very easy fix to this. Basically, just turn off all bullets at the top of your stylesheet. Do this by placing the following code somewhere in your stylesheet (I prefer to put it right at the top so I remember it’s there).

ul li {list-style-type: none;}

That’s it! Now you should be bullet-free and right on center.

technorati tags: , , , , ,

Enjoy the post? Encourage me by subscribing to the feed, following me on Twitter, and becoming a fan on Facebook. Cheers!