Disqus showing bullets

How I went about fixing an issue I had with Disqus showing bullets

I finally got around to fixing the stupid looking bullets that appeared on a lot of the parts of the disqus commenting system.

The issue, of course, was that my stylesheet wasn't designed to hide the style of the unordered list items.  Here is the code I needed to add to remove the bullets.

#disqus_thread ul {
    list-style: none outside none;
}

Hope it helps someone.

Recent posts View all

Web DevProductivity

Keeping on top of website updates

Learn what website updates are, what they entail, why they are important, and how we can help

Freelancing

Getting the most out of your agency

Here are some tips based on years of working with, for, and as an agency on how to get the most out of any work you do.