I was given the following code by someone in order to make the bullet points show on the front end of the site:
.post-content ul {
list-style-type: circle !important;
}
It works, however, it only renders the “circle” bullet point, but not the “disc” or the “square” bullet points.
Thanks,