I was hoping someone could tell me how to turn off all the bullets in my Disqus comment system, this is what it looks like right now:
http://img408.imageshack.us/img408/758/screenshot20120116at120.png
I was hoping someone could tell me how to turn off all the bullets in my Disqus comment system, this is what it looks like right now:
http://img408.imageshack.us/img408/758/screenshot20120116at120.png
Add this to your stylesheet:
#disqus_thread li {
list-style-image: none;
list-style-type: none;
}
Thank you for the speedy reply! I have added the code to my stylesheet, but unfortunately it doesn't seem to have fixed the problem.
It should have unless there is a more specific style overriding it. Clear your browser cache and see if they still show up. If not, can you provide a link to your website so I can examine your stylesheet?
I might have found your site. Try:
#content #colLeft #disqus_thread li {
list-style-image: none;
list-style-type: none;
background: none;
}
NeutralX2, you are a life saver! That second code you provided worked like a charm, thank you so much!
You must log in to post.