Title: Reference color
Last modified: May 22, 2018

---

# Reference color

 *  Resolved [netojose](https://wordpress.org/support/users/netojose/)
 * (@netojose)
 * [8 years ago](https://wordpress.org/support/topic/reference-color/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Freference-color%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Jason Yingling](https://wordpress.org/support/users/yingling017/)
 * (@yingling017)
 * [8 years ago](https://wordpress.org/support/topic/reference-color/#post-10310286)
 * 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](https://wordpress.org/support/users/netojose/)
 * (@netojose)
 * [8 years ago](https://wordpress.org/support/topic/reference-color/#post-10318069)
 * Thanks a lot! I worked great!

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

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

 * ![](https://ps.w.org/easy-footnotes/assets/icon-256x256.png?rev=2355746)
 * [Easy Footnotes](https://wordpress.org/plugins/easy-footnotes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-footnotes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-footnotes/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-footnotes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-footnotes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-footnotes/reviews/)

## Tags

 * [color](https://wordpress.org/support/topic-tag/color/)

 * 2 replies
 * 2 participants
 * Last reply from: [netojose](https://wordpress.org/support/users/netojose/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/reference-color/#post-10318069)
 * Status: resolved