[ad_1]
Hello @cmarunde ,
Modern Footnotes itself uses the theme’s styles for the footnote numbers, so this sounds like a case where we’ll need to use custom CSS to override what’s in theme. I would recommend adding a custom style like this to the field at Settings > Modern Footnotes > Modern Footnotes Custom CSS (you can change the “14px” to be bigger, if you’d like):
.modern-footnotes-footnote a {
font-size: 14px !important;
}Best,
Sean
