Forums
-
- Forum
- Posts
-
- Installation
- 28,502
- Troubleshooting
- 62,672
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,256
-
Because you have this in your style.css:
.entry ol li {
line-height:140%;
padding:0 0 1em 0;
list-style-position: inside;
list-style-type:decimal;
}
to get rid of it, change the last line to this:
list-style-type:none;