• mcmidon

    (@mcmidon)


    Hello. Thank you to the developers for this plugin. It’s very useful and easy to use. But… Since the last update, the font size has been too large. I preferred the font size in previous versions. Is it possible to change the size?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Patrick Lumumba

    (@lumiblog)

    Hello @mcmidon

    Thanks for the kind words and for flagging this.
    Yes, you can adjust the footnote font size.

    The quickest fix is to add a little CSS under Appearance → Customize → Additional CSS:

    ol.footnotes li {
    font-size: 14px;
    }

    Just change 14px to whatever size you prefer. If you’d like it to match your theme’s body text exactly, use font-size: 1rem; instead.

    We’re also reviewing the default sizing from the last update — appreciate you letting us know it felt too large.

    Best,

    Patrick.

    Plugin Author Patrick Lumumba

    (@lumiblog)

    If you want, you can wait for the global fix that restores the size at the code level. So that you don’t have to use the provided custom CSS above.

    Here is the issue on Github.

    Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this review.