Title: Style recent posts title
Last modified: July 18, 2018

---

# Style recent posts title

 *  Resolved [pre20](https://wordpress.org/support/users/pre20/)
 * (@pre20)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/style-recent-posts-title/)
 * Searching on the forum I managed to change font style of many sections with CSS
   except the Recent Post title (blog feed). How can I center it and put in bold?
 * Thanks

Viewing 1 replies (of 1 total)

 *  [siniplyrathemes](https://wordpress.org/support/users/siniplyrathemes/)
 * (@siniplyrathemes)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/style-recent-posts-title/#post-10506946)
 * Hi pre20.
 * Thank you for contacting us and for using our theme.
 * This CSS should take care of that:
 *     ```
       .home .blog-feed > h2 {
       	text-align: center;
       	font-weight: 700;
       }
       ```
   
 * Please let me know if it works.
 * Kind regards.

Viewing 1 replies (of 1 total)

The topic ‘Style recent posts title’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [siniplyrathemes](https://wordpress.org/support/users/siniplyrathemes/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/style-recent-posts-title/#post-10506946)
 * Status: resolved