Title: first paragraph
Last modified: April 6, 2019

---

# first paragraph

 *  [thegenius666](https://wordpress.org/support/users/thegenius666/)
 * (@thegenius666)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/first-paragraph/)
 * how in css do you prevent the first paragraph from appearing larger and lighter
   than the others?
 * i noticed that the theme does this by default and i dont like it.
 * i have set up a child theme.
 * many thanks,
 * G
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffirst-paragraph%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Jarret](https://wordpress.org/support/users/jarretc/)
 * (@jarretc)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/first-paragraph/#post-11399714)
 * Are you referring to the h1 header tag causing the larger text and underlined?
   The color of it matches the other text on the page but if you want to change 
   the size and remove the underline you can use this CSS
 *     ```
       .page-holder article h1 {
           font-size: inherit !important;
           text-decoration: none !important;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘first paragraph’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/music-lite/1.5/screenshot.png)
 * Music Lite
 * [Support Threads](https://wordpress.org/support/theme/music-lite/)
 * [Active Topics](https://wordpress.org/support/theme/music-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/music-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/music-lite/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Jarret](https://wordpress.org/support/users/jarretc/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/first-paragraph/#post-11399714)
 * Status: not resolved