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;
Thanks. I searched for this code and can’t find it. I can see lots of style.css files. Is it the file in the main directory or in my Themes folder.
Thanks kindly!
Got it, I was looking in my BBpress themes folder instead of wordpress themes folder. Thanks!
What is your active theme?
The CSS that Chris referred to is probably in the subfolder of your active theme… which should be under your /my-templates/ folder.
https://bbpress.org/documentation/themes/
Ah I just was noticing that you’re calling four separate CSS files in your bbpress install! That’s a lot… you might want to narrow that down a bit.