Title: Blocks widget font size
Last modified: August 30, 2016

---

# Blocks widget font size

 *  Resolved [giorgiocarlini](https://wordpress.org/support/users/giorgiocarlini/)
 * (@giorgiocarlini)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/blocks-widget-font-size/)
 * Hi,
    is it possible to reduce the font size of the contents in the “blocks widget”?
 * If yes, how can I do it?
 * Thanks a lot,
    Giorgio

Viewing 1 replies (of 1 total)

 *  [Tahoerock](https://wordpress.org/support/users/tahoerock/)
 * (@tahoerock)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/blocks-widget-font-size/#post-6751701)
 * Hi giorgiocarlini
 * Im trying to guess
 * so:
 * put this code to your Child Theme style.css file
    OR Install Simple Custom CSS
   plugin and put the code there.
 *     ```
       .block_content {
           font-size: 13px;
       }
   
       or
   
       .block_content {
           font-size: 13px!important;
       }
       ```
   
 * and for line height
 *     ```
       .midrow_block .block_content {
           line-height: 1.6em;
       }
   
       or
   
       .midrow_block .block_content {
           line-height: 1.6em!important;
       }
       ```
   
 * Change No. 13 to any No. you think is OK.
    Change No. 1.6 to any No. you think
   is OK
 * if it is not what you are looking for, then:
    can you give me URL of you website??
   Thanks Cheers TR

Viewing 1 replies (of 1 total)

The topic ‘Blocks widget font size’ is closed to new replies.

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

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