• Closed
  • Eric Bonar
    Spectator
    April 28, 2017 at 10:12 pm #33542

    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,