This plugin is outdated and might not be supported anymore
Post Title Color

Post Title Color

Details
View on WordPress

Puts a colorpicker on the edit posts pages so you can change the color of the title in your blog

I’m on Twitter
This can be enabled for pages by using the post_title_colors_post_types filter.

`

add_filter( ‘post_title_colors_post_types’, ‘ptc_on_pages’ );
function ptc_on_pages( $post_types ) {
$post_types[] = ‘page’;
return $post_types;
}
`

Details

Plugin code:
post-title-colors
Plugin version:
1.4
Outdated:
Yes
WP version:
3.5 or higher
PHP version:
or higher
Test up to WP version:
4.6.29
Total installations:
200
Last updated:
2016-09-29
Rating:
Times rated:
3
colorpicker
post
title