Title: Permalink color
Last modified: August 22, 2016

---

# Permalink color

 *  Resolved [steverit](https://wordpress.org/support/users/steverit/)
 * (@steverit)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/permalink-color/)
 * Hi, How can I change the color of the permakink from green to red?
    Thanks,
 * Website: [http://www.steveritchiephotography.co.nz](http://www.steveritchiephotography.co.nz)
 * Steve

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

 *  [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/permalink-color/#post-5643474)
 * Hello Steve,
 * Nice pictures you got there on your site! 🙂
 * I suggest you use a child theme [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
   or use css custom plugin like this: [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)
   if you will customize your theme.
 * Hopefully the code below will solve your issue, simply put it on your child theme’s
   style.css or if you have a css custom tab provided by your theme. If you don’t
   have the css custom tab you can use the plugin mentioned above:
 *     ```
       #primary-main h2.entry-title a:hover {
           color: red;
       }
       ```
   
 * Hope it helps! 🙂
 * Take care,
    Calvin
 *  Thread Starter [steverit](https://wordpress.org/support/users/steverit/)
 * (@steverit)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/permalink-color/#post-5643483)
 * Hi Calvin,
 * Thanks for this, although it didnt seem to work, however I will email support
   at Inkhive, who developed the plugin as it is a pro version.
 * Cheers,
 * Steve

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fifteen/2.1.9/screenshot.png)
 * Fifteen
 * [Support Threads](https://wordpress.org/support/theme/fifteen/)
 * [Active Topics](https://wordpress.org/support/theme/fifteen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fifteen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fifteen/reviews/)

## Tags

 * [fifteen theme](https://wordpress.org/support/topic-tag/fifteen-theme/)
 * [permalink](https://wordpress.org/support/topic-tag/permalink/)

 * 2 replies
 * 2 participants
 * Last reply from: [steverit](https://wordpress.org/support/users/steverit/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/permalink-color/#post-5643483)
 * Status: resolved