Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jason Yingling

    (@yingling017)

    Most likely your theme has styles that sets the list-style-type of the ol (ordered list) element to none.

    You can target the Easy Footnotes ordered list directly with the .easy-footnotes-wrapper class.

    ol.easy-footnotes-wrapper {
        list-style-type: decimal;
    }

    Should do it unless your theme’s CSS is overwriting it with more specificity. If you have a link you can share I can take a look.

    Thread Starter salcy19

    (@salcy19)

    Thanks will try tomorrow at work and will update you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footnote at bottom of page has no numbering’ is closed to new replies.