Title: Change Line Height
Last modified: August 30, 2016

---

# Change Line Height

 *  Resolved [olivias4w](https://wordpress.org/support/users/olivias4w/)
 * (@olivias4w)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/change-line-height/)
 * Hi there,
 * I activated the Apex theme yesterday and upgraded to the customizer.
 * I’m trying to change the line height / leading of the body text in my site. However,
   when I changed the line height in the code editor nothing happened. I would also
   like to see what it looks like in a larger font, but my changes to the font don’t
   seem to have an effect either.
 * I would greatly appreciate any help.
 * Many thanks,
    Olivia

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

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/change-line-height/#post-6437696)
 * Hi Olivia,
 * Thanks so much for upgrading!
 * To edit Apex with CSS, you can use the “Custom CSS” section found in the Customizer.
   The following CSS can be added there to increase the line height and font size
   of the text in the main content:
 *     ```
       .post-content {
         font-size: 18px;
         line-height: 30px;
       }
       ```
   
 * Here’s how that should look in the Customizer: [http://pics.competethemes.com/image/3J1j1t0Q2X0S](http://pics.competethemes.com/image/3J1j1t0Q2X0S)
 *  Thread Starter [olivias4w](https://wordpress.org/support/users/olivias4w/)
 * (@olivias4w)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/change-line-height/#post-6437803)
 * Great! It worked. Thank you.
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/change-line-height/#post-6437808)
 * You’re welcome 🙂

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

The topic ‘Change Line Height’ is closed to new replies.

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

## Tags

 * [leading](https://wordpress.org/support/topic-tag/leading/)
 * [line height](https://wordpress.org/support/topic-tag/line-height/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/change-line-height/#post-6437808)
 * Status: resolved