Title: Permalink color change?
Last modified: August 18, 2016

---

# Permalink color change?

 *  [michael](https://wordpress.org/support/users/michaelclj/)
 * (@michaelclj)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/permalink-color-change/)
 * Greetings —
 * I found one older forum dedicated to this, but without a successful resolution:
   can anyone tell me how to change our permalink color at [http://www.communityliteracy.org/](http://www.communityliteracy.org/)?
 * Thanks,
 * Michael

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

 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [18 years, 7 months ago](https://wordpress.org/support/topic/permalink-color-change/#post-610949)
 * Add this to your CSS:
 *     ```
       .post h2 a:link {
       color:#0000ff;
       }
       .post h2 a:visited {
       color:#0000ff;
       }
       .post h2 a:hover {
       color:#0000ff;
       }
       .post h2 a:active {
       color:#0000ff;
       }
       ```
   
 * Pick your own colors for each of those, obviously.
 * Alternatively, edit your theme and add a class to the permalink links, so that
   you can style them directly instead of having to use .post h2.
 *  Thread Starter [michael](https://wordpress.org/support/users/michaelclj/)
 * (@michaelclj)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/permalink-color-change/#post-610955)
 * Otto42 — perfect — wonderful — it worked — thank you! 🙂
 * Michael

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

The topic ‘Permalink color change?’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 2 replies
 * 2 participants
 * Last reply from: [michael](https://wordpress.org/support/users/michaelclj/)
 * Last activity: [18 years, 7 months ago](https://wordpress.org/support/topic/permalink-color-change/#post-610955)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
