• Resolved yolandal

    (@yolandal)


    Hi there, I like the plugin, but I’m struggling with the size of the footnote list. It’s very small, and I’ll like to increase the font.
    I’m using
    ol.footnotes li { font-size: 14px; }
    ol.footnotes { font-size: 14px; }

    But that doesn’t have any effect.

    What am I doing wrong?

    The page I need help with: [log in to see the link]

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

    (@dartiss)

    Hi,

    This worked for me…

    .footnotes { font-size: 14px; }

    Thread Starter yolandal

    (@yolandal)

    Thank you David, but unfortunately it doesn’t work for me… πŸ™

    Plugin Contributor David Artiss

    (@dartiss)

    Unfortunately, it’s impossible to advise on different site setups – as I say, this works for me (I’m using Twenty Twenty) but other variations are going to be different.

    How are you applying the CSS? I’m using the custom CSS option in Customizer.

    Thread Starter yolandal

    (@yolandal)

    I’ve added the code to the CSS tab in my theme. That works well as I have many other CSS codes active there.

    At the bottom of this page I’ve made an example
    https://www.yory.nl/juridische-hulp-rechtspraak-stamboom-onderzoek

    I’ve added the CSS code as well. I’m sure I’m doing something wrong, but what?

    Plugin Contributor David Artiss

    (@dartiss)

    If you look at the source of that page, I assume your code is the one at line 95?

    However, if you look at line 152, you’ll see this is being overridden – basically, your CSS is coming before the official CSS is, so is being lost. You’ll need to look at lowering the priority of your CSS script so that it appears later.

    Thread Starter yolandal

    (@yolandal)

    I’ve added the important code, so now it is
    .footnotes { font-size: 14px; !important;}

    I’ve also changed the priority of the plugin in 2. That shows the list higher, which is better anyway. But the font style is still very small.
    What more can I do? (I’m glad you’re helping me!)

    Plugin Contributor David Artiss

    (@dartiss)

    Hmm. I’m not seeing the CSS having moved anywhere. Do you have the custom CSS tab in your Customizer screen? If so, add the CSS to that, as I suspect that has a better chance of working.

    Thread Starter yolandal

    (@yolandal)

    OK, I’ve added it to the Customizer. But when I refresh/clean my page, the font is still too small…

    Thread Starter yolandal

    (@yolandal)

    Thank you, it’s working now!

    • This reply was modified 6 years, 4 months ago by yolandal.
    Plugin Contributor David Artiss

    (@dartiss)

    Ah, that’s brilliant news – thanks for letting me know.

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

The topic ‘Size of footnotes list’ is closed to new replies.