Title: Header/paragraph font size
Last modified: April 27, 2022

---

# Header/paragraph font size

 *  Resolved [martlozjm](https://wordpress.org/support/users/martlozjm/)
 * (@martlozjm)
 * [4 years ago](https://wordpress.org/support/topic/header-paragraph-font-size/)
 * Hi,
 * I can’t yet share the page where the error occurs as we are building the website
   and is not yet ready to be published… Will do so as soon as possible.
 * But I’m finding an error when changing the font size of the paragraphs <p> of
   the shapebox theme using a plugin.
 * The top left title menu (where the main title of the website is included) is 
   an <h1> in the homepage, but whenever you create a page, the supposed title becomes
   a <p>. What can I do to avoid this, so when I change all the <p> font size, this
   title remains as it is?
 * Please, let me know if I have explained myself properly…
 * Thanks in advance,
    -  This topic was modified 4 years ago by [martlozjm](https://wordpress.org/support/users/martlozjm/).

Viewing 1 replies (of 1 total)

 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [4 years ago](https://wordpress.org/support/topic/header-paragraph-font-size/#post-15596576)
 * Hi!
 * Add this in Customize > Additional CSS:
 * For paragraph:
 *     ```
       .entry { font-size: 19px; }
       ```
   
 * For header:
 *     ```
       .site-title { font-size: 30px; }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Header/paragraph font size’ is closed to new replies.

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

## Tags

 * [wp-plugins](https://wordpress.org/support/topic-tag/wp-plugins/)

 * 1 reply
 * 2 participants
 * Last reply from: [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/header-paragraph-font-size/#post-15596576)
 * Status: resolved