Title: editing title style
Last modified: August 22, 2016

---

# editing title style

 *  Resolved [sherby](https://wordpress.org/support/users/sherby/)
 * (@sherby)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/editing-title-style/)
 * I want to change the style of my title to italics. Any one know where I can change
   that. Also the thin line that appears above the image and below the title how
   to remove that. Thanks

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

 *  [innuvo](https://wordpress.org/support/users/innuvo/)
 * (@innuvo)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/editing-title-style/#post-5578861)
 * Add this to your custom CSS area or to the custom CSS your have created if running
   a child theme
 *     ```
       .blog-title a {
       font-style: italic;
       }
       ```
   
 *  Thread Starter [sherby](https://wordpress.org/support/users/sherby/)
 * (@sherby)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/editing-title-style/#post-5578866)
 * Thanks!
 *  [sureno](https://wordpress.org/support/users/sureno/)
 * (@sureno)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/editing-title-style/#post-5579127)
 * Try this
    .blog-title {font-style: italic;}
 * “a” property is valid only for links
 *  [sureno](https://wordpress.org/support/users/sureno/)
 * (@sureno)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/editing-title-style/#post-5579171)
 * the thin line is an HR tag
 *  [sureno](https://wordpress.org/support/users/sureno/)
 * (@sureno)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/editing-title-style/#post-5579172)
 * the thin line is an HR tag

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

The topic ‘editing title style’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hoffman/2.1.2/screenshot.jpg)
 * Hoffman
 * [Support Threads](https://wordpress.org/support/theme/hoffman/)
 * [Active Topics](https://wordpress.org/support/theme/hoffman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hoffman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hoffman/reviews/)

## Tags

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

 * 5 replies
 * 3 participants
 * Last reply from: [sureno](https://wordpress.org/support/users/sureno/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/editing-title-style/#post-5579172)
 * Status: resolved