Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author setzer

    (@setzer)

    nathanielgivens,

    Looks like your theme is declaring list-style-type: none for any list item in the sidebar (see line 1755 of your theme’s style.css). One simple way to fix this would be to add the following CSS rule:

    li.side-matter-note {
        list-style-type: decimal;
    }

    Thread Starter nathanielgivens

    (@nathanielgivens)

    Thanks, setzer. That did the trick.

    I still have problem. The numbers do not show up. I even tried !important but it did not work

    Plugin Author setzer

    (@setzer)

    bluebird2, when numerals are not displaying it’s almost always because of a list-style-type: none declaration in your theme stylesheet. One way to isolate the problem is by running a search on the theme’s style.css using your browser’s developer tools. You can also post a new support thread with a link to your site and I’ll take a look.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Numerals not showing up in notes’ is closed to new replies.