When I made the CSS for this years a few years back, I made yellow circle dingbats for “li” tags. Recently they stopped working.
This page would show them if they worked:
Here is the selector and rules:
.x-column li {
list-style: none;
padding: 0em 0 0em 1.2em;
text-indent: 0em;
background-image: url(https://connectworkthrive.com/wp-content/uploads/2015/08/dingbat-31.png);
background-repeat: no-repeat;
background-position-x: 0px;
background-position-y: .7em;
margin-left: -1em;
}
Any ideas?

