Title: remove line below post title
Last modified: August 22, 2016

---

# remove line below post title

 *  Resolved [pertuset](https://wordpress.org/support/users/pertuset/)
 * (@pertuset)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-line-below-post-title/)
 * How can I remove the line that appears beneath the title of the blog post?

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-line-below-post-title/#post-5651213)
 * Hey there pertuset,
 * Hope you’re well today!
 * This can be done with some custom CSS. Please try adding this code to your Custom
   CSS tab which is located in Appearance >> Theme Options >> Custom CSS
 *     ```
       h1.post-title.entry-title {
       border-bottom: none;
       }
       ```
   
 * This should remove the line on the bottom of the post title.
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  Thread Starter [pertuset](https://wordpress.org/support/users/pertuset/)
 * (@pertuset)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-line-below-post-title/#post-5651458)
 * thank you!

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

The topic ‘remove line below post title’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [pertuset](https://wordpress.org/support/users/pertuset/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/remove-line-below-post-title/#post-5651458)
 * Status: resolved