• When I use the ordered list option it looks great in the workspace, but once it is live the numbers are not displayed. I know it is due the the css, but all of the changes I have tried have not worked. What do I need to change in the css?

    The site is https://www.kindredspiritsteaching.com

    You can see the numbers not working on this post
    The unordered list under “play a game” is actually set to be an ordered list.

    [moderated to fix link]

Viewing 1 replies (of 1 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Hi!

    It looks like the browser is styling that somehow. If you are using a Custom CSS plugin you can try something like:

    .entry-content ol li {
        list-style-type: decimal;
    }

    That will make sure that ordered lists inside your content are using numbers. ??

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘ol not displaying numbers’ is closed to new replies.