morgantj
Member
Posted 2 years ago #
For some reason there is "1." next to each individual reply link in my nested comments. Can't figure out where it is coming from so I can't remove it. As far as I can tell it only shows in IE7. But if I can tell what is causing it, maybe I can get rid of it or hide it somehow. Please help. Example - http://www.travisjmorgan.com/blog/2006/10/27/the-sweetest-kiss/
Remember, you will only see it if you use IE7. Also, If I turn off nested comments through WP, "reply" goes away, but "1." remains still with each comment.
It's coming from bundle.css.php:
ol{list-style: decimal;}
Try adding:
ol.commentlist {list-style:none;}
to the bottom of that stylesheet or style.css.
henkholland
Member
Posted 2 years ago #
Tj, I cannot tell but the theme has a lot of validation errors:
http://jigsaw.w3.org/css-validator/
morgantj
Member
Posted 2 years ago #
@Esmi, That was it! And your fix worked. Thank you so much!
@henkholland, thanks for checking it out. The theme uses HTML5 and CSS3 but that validation service appears to check against CSS level 2.1 which may no properly validate CSS3 code.