Been using this theme for years. Just came across this error for the first time. Fortunately, I'm code savvy and it's now fixed. Just didn't know how to contact the author so they were aware.
Basically, nesting a ul in ol was causing an ol number to show with the nested ul bullet.
Fortunately, I have custom CSS enabled, so here's the fix:
.entry-content ol li ul li {<br />
list-style: none outside none;<br />
}
The blog I need help with is rocwieler.com.