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

    (@yingling017)

    Hi there,

    There isn’t currently anyway to group footnotes into a single line. This is a feature I’m considering for the future, but it will take a significant reworking of the plugin.

    1/ Hide references, “View article references (+)”

    You would need to display: none; or otherwise hide the .easy-footnotes-wrapper class. Then use the .easy-footnote-title as a button to show / hide the list with JavaScript / jQuery. Here are some examples on how that’s done with JS. https://www.w3schools.com/jquery/jquery_hide_show.asp

    2/ Changing footnote numerical color
    2/ Changing footnote font and smaller size

    You can target the number within the content of the article using .easy-footnote sup in CSS. And the list of notes can be targeted with .easy-footnote-single.

    Thread Starter cureviet

    (@cureviet)

    thanks for support

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footnote layout’ is closed to new replies.