I’ve tried that, as well, and still nothing. I’ve examined the CSS in Chrome and tried every reasonable thing I could think of, even brought my programmer husband in to make sure I wasn’t missing something obvious in the CSS, and we still couldn’t figure it out. The only way I’ve been able to get rid of the bullet points is to do a general code change like this:
.entry-content ul li {
list-style-type: none;
margin-left: 0px;
}
The problem is, obviously, this will remove any bullet points in the site content outside of this plugin, which I want to avoid.
Recipe Index Page