Title: Decrease Widget Font Size
Last modified: August 30, 2016

---

# Decrease Widget Font Size

 *  Resolved [roryocox](https://wordpress.org/support/users/roryocox/)
 * (@roryocox)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/decrease-widget-font-size/)
 * Is there anyway that I can decrease the size of the font in the fixtures/results
   widget? It’s currently too big and is pushing each result onto two lines.
 * [https://wordpress.org/plugins/wp-club-manager/](https://wordpress.org/plugins/wp-club-manager/)

Viewing 1 replies (of 1 total)

 *  [Clubpress](https://wordpress.org/support/users/clubpress/)
 * (@clubpress)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/decrease-widget-font-size/#post-6725368)
 * Hi roryocox,
 * The only way to change the font size is by overriding the CSS with your own styles.
   You can use a plugin to do that or add your custom styles to your themes style.
   css
 * To alter the font size for the fixtures/results widget you should add the following
   CSS rules but don’t forget to change the font-size accordingly:
 *     ```
       li.fixture .home-clubs,
       li.fixture .away-clubs {
           font-size: 16px;
       }
       ```
   
 * I hope that helps 🙂

Viewing 1 replies (of 1 total)

The topic ‘Decrease Widget Font Size’ is closed to new replies.

 * ![](https://ps.w.org/wp-club-manager/assets/icon-256x256.png?rev=2376219)
 * [WP Club Manager - WordPress Sports Club Plugin](https://wordpress.org/plugins/wp-club-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-club-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-club-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-club-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-club-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-club-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Clubpress](https://wordpress.org/support/users/clubpress/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/decrease-widget-font-size/#post-6725368)
 * Status: resolved