Search code examples
cssdisqus

CSS conflict in Disqus Comment system


I'm using Disqus as my blog comment system. Everything works fine, except the css. I think it's css conflict that adding every <li> tag with a small but annoying mark.

And, I've already used the fixing method provided by Disqus official website, that is adding

div#disqus_thread li, div#disqus_thread span {
   list-style-type: none !important;
}

to my disqus CSS file. However, it still doesn't work. (I would post an image but I don't have enough reputation.)


Solution

  • please remove the code .box ul li:before{ content: "\00BB \0020"; } from style.css

    Your problem will solve. Please refer below screen shot for more details.

    enter image description here