• Resolved netojose

    (@netojose)


    Hi,

    How can I change the color of the reference and the number? It is coming out white, really difficult to read.

    Thanks a lot!

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

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

    (@yingling017)

    Hi there,

    It looks like your theme outputs a big block of styles that is overwriting a lot of your theme defaults including <a> elements.

    You should be able to add this CSS to better specify a color for Easy Footnotes components.

    .easy-footnotes-wrapper a,
    .easy-footnote a,
    .qtip a {
        color: #000000;
    }

    That would set it to black. You can use any hex color code you’d like.

    Thread Starter netojose

    (@netojose)

    Thanks a lot! I worked great!

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

The topic ‘Reference color’ is closed to new replies.