Title: Changing Font Sizes
Last modified: November 28, 2017

---

# Changing Font Sizes

 *  Resolved [williefunk2000](https://wordpress.org/support/users/williefunk2000/)
 * (@williefunk2000)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/changing-font-sizes-4/)
 * Hello, I am using twenty seventeen with woocommerce.
 * I am having trouble finding the correct css to adjust the product font size. 
   I’ve tried all sorts of variations but none seem to work.
 * If you look at the page I listed the font is to large right not and looks horrible.
   Any help is greatly appreciated!
 * Willie
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchanging-font-sizes-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [8 years, 8 months ago](https://wordpress.org/support/topic/changing-font-sizes-4/#post-9730114)
 * Looks like you got it right in the Custom CSS section:
 *     ```
       ul.products h2 {
           font-size: 1.0em;
       }
       ```
   
 * This is controlling your font size
 *  Thread Starter [williefunk2000](https://wordpress.org/support/users/williefunk2000/)
 * (@williefunk2000)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/changing-font-sizes-4/#post-9730229)
 * Andrew,
    Thank for your quick reply!
 * I have my site set up in categories. And that code did work on that page, however
   when you click the category to see the individual products there is no change,
   I have tried changing to h3 but no luck there either.
 * I can’t seem to figure out what these individual products are getting their formatting
   from.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [8 years, 8 months ago](https://wordpress.org/support/topic/changing-font-sizes-4/#post-9730276)
 * Try this:
 *     ```
       ul.products h2,
       .product_title {
           font-size: 1.0em;
       }
       ```
   
 *  Thread Starter [williefunk2000](https://wordpress.org/support/users/williefunk2000/)
 * (@williefunk2000)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/changing-font-sizes-4/#post-9730315)
 * Yay! That worked. Thanks again!
 * Willie

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

The topic ‘Changing Font Sizes’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentyseventeen/4.1/screenshot.
   png)
 * Twenty Seventeen
 * [Support Threads](https://wordpress.org/support/theme/twentyseventeen/)
 * [Active Topics](https://wordpress.org/support/theme/twentyseventeen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentyseventeen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentyseventeen/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [williefunk2000](https://wordpress.org/support/users/williefunk2000/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/changing-font-sizes-4/#post-9730315)
 * Status: resolved