• Resolved ccheng72

    (@ccheng72)


    The editor shows the bullets for lists but when published, there is nothing showing. The ordered lists shows the numbering but unordered lists have a blank space and nothing showing points. Any help would be appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I had the same problem and solved it this way:

    • WordPress Customizer
    • Additional CSS
    • Add the following css (or edit if it’s there):
      ul li {
          display: list-item;
      }
    Thread Starter ccheng72

    (@ccheng72)

    Thank you so much Tony!
    It also works for me now, appreciate it

    Theme Author FasterThemes

    (@fasterthemes)

    Updated the theme CSS.
    Thanks for pointing it out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unordered lists not showing bullets’ is closed to new replies.