Title: In-Post text coloring?
Last modified: August 18, 2016

---

# In-Post text coloring?

 *  Anonymous
 * [21 years, 10 months ago](https://wordpress.org/support/topic/in-post-text-coloring/)
 * How hard would it be to add an easy way to edit text coloring while posting?

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

 *  [stevarino](https://wordpress.org/support/users/stevarino/)
 * (@stevarino)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/in-post-text-coloring/#post-68156)
 * Do you mean like highlighting? or an entire paragraph? or the whole post?
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/in-post-text-coloring/#post-68157)
 * Well you are going to need to disable the WP html parser. Then define some spans
   in css. Then put in the relevant span in the paragraph.
 *  Thread Starter Anonymous
 * [21 years, 10 months ago](https://wordpress.org/support/topic/in-post-text-coloring/#post-68159)
 * I mean like a simple html interface when posting, so that you don’t have to roll
   your own html. Should be able to support changing colors to a user-defined list(
   or at least a config-based list)
    ideal operation would be just like the [em]
   button and then just color whatever text I need to that color in the post.
 *  [benjamin](https://wordpress.org/support/users/benjamin/)
 * (@benjamin)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/in-post-text-coloring/#post-68319)
 * Style  in your CSS file:
    em { color:#ff0099; } You can style any of the text
   elements, , , `<i>`, `<b>`, etc.
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/in-post-text-coloring/#post-68320)
 * Use p classes
    p.red { color: #ff0000; } p.green { color: #00ff00; } p.blue {
   color: #0000ff; } When posting: `<p class="red">This text would be in red` `<
   p class="green">This text would be green` Not ideal, and colour changes cannot
   be on the same line, but it works.
 *  [duches77](https://wordpress.org/support/users/duches77/)
 * (@duches77)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/in-post-text-coloring/#post-68322)
 * Do you mean you’re looking for a way to edit the admin area so you can add tags
   with a button like in phpBB?

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

The topic ‘In-Post text coloring?’ is closed to new replies.

 * 6 replies
 * 6 participants
 * Last reply from: [duches77](https://wordpress.org/support/users/duches77/)
 * Last activity: [21 years, 10 months ago](https://wordpress.org/support/topic/in-post-text-coloring/#post-68322)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
