Use Different Headline Colors In Your WordPress Blog Posts

You can give different colors to your WordPress blog post titles using colorpicker on Add New and Edit posts pages.

Use New Colors In WordPress Blog Post Headings

Post Title Color is a free WordPress plugin that provides you a simple color picker for selecting a different color for your post title.

  1. Install and activate it
  2. Visit Add New Edit Post page.
  3. You will notice a colorpicker box on the right. Use it for adding a new color to post headline.

This way you can give different colors to your different blog posts as per your like.

OR In-case if you like changing the default post title color then you may use the following CSS tweak in your theme:

#content h1 {
font-color: #ff6600;
}

Likewise most of the WordPress themes uses h1 tag for the post title.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.