• Hello, great plugin! I was able to adjust the size of the font in the footnotes to a smaller size but the links default to the theme size for links. Is there a way to adjust the size of just the links within the footnotes?

Viewing 1 replies (of 1 total)
  • Plugin Contributor David Artiss

    (@dartiss)

    Hi,

    There will be, yes – you’ll need to add CSS for the footnotes class, specifically targeting the anchor. Something like this should work…

    
    .footnotes a {
        font-size: 12pt;
    }
    

    However, I’m unable to provide support for individual themes.

Viewing 1 replies (of 1 total)
  • The topic ‘Adjust size of links in footnotes’ is closed to new replies.