Info
- 6 posts
- 3 voices
- Started 2 years ago by christianrharris
- Latest reply from johnhiler
- This topic is resolved
#1 added to start of new posts
-
- Posted 2 years ago #
Can anyone please tell me why the first sentence of my posts automatically start with a number one? Thanks in advance!
For example, please see http://www.businesscomputingworld.co.uk/newswire/topic.php?id=73
-
- Posted 2 years ago #
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; -
- Posted 2 years ago #
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!
-
- Posted 2 years ago #
Got it, I was looking in my BBpress themes folder instead of wordpress themes folder. Thanks!
-
- Posted 2 years ago #
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.
http://bbpress.org/documentation/themes/ -
- Posted 2 years ago #
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. :-)
-
You must log in to post.