• Resolved meijin2k

    (@meijin2k)


    Installed this today and it is a great little plugin!

    I am not much at all with CSS, so I am hoping to get some help with this.

    I would love to be able to change the color of the superscript footnote numbers to RED in order to make them stand out a bit more. Is there a way to do that?

    Thank you for the help and a great plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author prismtechstudios

    (@prismtechstudios)

    Hi @meijin2k ,

    Sure! Just add this value at Settings > Modern Footnotes > Modern Footnotes Custom CSS:

    .modern-footnotes-footnote a {
        color: red;
    }

    Alternatively, rather than color: red;, if you have a specific shade you want, you can use a hex code – for example, color: #ff0000;

    Best,
    Sean

    Thread Starter meijin2k

    (@meijin2k)

    Sean:

    Thanks for your response. Unfortunately, it does not seem to be working for me.

    I believe I added it correctly and it is still not red.

    You can see my test page here:

    https://kodawaridojo.com/footnote-test-post/

    • This reply was modified 2 years, 6 months ago by meijin2k.
    Plugin Author prismtechstudios

    (@prismtechstudios)

    Your theme has some styles overriding the custom CSS that you added, so we’ll have to specify that the Modern Footnotes custom styles should take priority. Try changing: color: red; to color: red !important; and see if that works.

    Thread Starter meijin2k

    (@meijin2k)

    Perfect! Thanks so much for the help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing superscript number color?’ is closed to new replies.