Title: Resize Footnotes
Last modified: October 8, 2020

---

# Resize Footnotes

 *  Resolved [TAF](https://wordpress.org/support/users/tabisch/)
 * (@tabisch)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/resize-footnotes/)
 * Hi,
 * I am totally new at this, but how can I successfully resize the footnotes at 
   the end of my blog entry? (I probably need a code and where exactly to put it.)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fresize-footnotes%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [ADBL](https://wordpress.org/support/users/adbl/)
 * (@adbl)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/resize-footnotes/#post-13516750)
 * FWIW, as a quick workaround, I hid the css elements from the home page:
 *     ```
       ol.easy-footnotes-wrapper li.easy-footnote-single{ 
         display: none; 
       }
       ```
   
    -  This reply was modified 5 years, 8 months ago by [ADBL](https://wordpress.org/support/users/adbl/).
    -  This reply was modified 5 years, 8 months ago by [ADBL](https://wordpress.org/support/users/adbl/).
 *  [ADBL](https://wordpress.org/support/users/adbl/)
 * (@adbl)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/resize-footnotes/#post-13517136)
 * I’m sorry I replied to the wrong thread :\
 * As your question, you’ll need to use CSS for this.
 * Try this:
 *     ```
       .easy-footnote-single{ 
         font-size: 20px; // or whatever size you need
       }
       ```
   
 * Here’s how you’d edit CSS in WP: [https://wordpress.com/support/custom-design/editing-css/](https://wordpress.com/support/custom-design/editing-css/)
 * HTH.
 *  Thread Starter [TAF](https://wordpress.org/support/users/tabisch/)
 * (@tabisch)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/resize-footnotes/#post-13519098)
 * Thanks, this worked just fine.
 *  Plugin Author [Jason Yingling](https://wordpress.org/support/users/yingling017/)
 * (@yingling017)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/resize-footnotes/#post-13555020)
 * Thanks for the assist [@adbl](https://wordpress.org/support/users/adbl/)!

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

The topic ‘Resize Footnotes’ 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/)

 * 4 replies
 * 3 participants
 * Last reply from: [Jason Yingling](https://wordpress.org/support/users/yingling017/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/resize-footnotes/#post-13555020)
 * Status: resolved