Forums
(@polo619)
5 years, 5 months ago
I modified a little the code. Try this one, it worked for me:
add_action(‘admin_head’, ‘wp_color_result_disable’); function wp_color_result_disable() { echo ‘<style> .wp-color-result { display: none !important; } </style>’; }