Title: post title edit
Last modified: August 21, 2016

---

# post title edit

 *  [stan pauler](https://wordpress.org/support/users/stan-pauler/)
 * (@stan-pauler)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/post-title-edit/)
 * Hi sup, I use the twenty twelve theme and i would like to make a change on the
   post style…i would like when someone put his cersor on the post title to change
   the titles’ colour automaticaly to green,when you move your versor of,return 
   to grey.How is that possible? tnx. (site: [http://www.truthinsideofyou.org](http://www.truthinsideofyou.org))

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

 *  [David Choi](https://wordpress.org/support/users/wpthemes777/)
 * (@wpthemes777)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/post-title-edit/#post-3694802)
 * Just edit your theme’s style.css file and look for
 *     ```
       .entry-header .entry-title a:hover {
       .... some code goes here ...
       }
       ```
   
 * if you can’t find it, then add a new code block
 *     ```
       .entry-header .entry-title a:hover {
           color: #ff0000;
       }
       ```
   
 * change #ff0000 to the color you want. If you dont’ want to edit the style.css,
   you can also use a CSS plugin like
 * [http://wordpress.org/extend/plugins/my-custom-css/](http://wordpress.org/extend/plugins/my-custom-css/)
 * to add the new CSS codes instead.
 *  Thread Starter [stan pauler](https://wordpress.org/support/users/stan-pauler/)
 * (@stan-pauler)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/post-title-edit/#post-3694810)
 * tnx for the fast responin.but i dont want just to change the post colour…i want
   the post colour to stay as it is generally,but i want it to change colour when
   i move my mouse on it.so i want the post title remain grey,but when you move 
   your cersor on it to click it,i want it to turn green.how can i do this sir?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/post-title-edit/#post-3694813)
 * Do not edit the Twenty Twelve theme. It is the default WordPress theme and having
   access to an **unedited** version of the theme is vital when dealing with a range
   of site issues. First [create a child theme for your changes](http://codex.wordpress.org/Child_Themes).
   Or install a [custom CSS plugin](http://wordpress.org/extend/plugins/search.php?q=custom+css).
 *  Thread Starter [stan pauler](https://wordpress.org/support/users/stan-pauler/)
 * (@stan-pauler)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/post-title-edit/#post-3694819)
 * yeah sir thats made…something more for the title post edit?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/post-title-edit/#post-3694826)
 * > thats made
 * Sorry? what is? I can’t see a child theme on that site. Are you using Jetpack’s
   custom CSS module?
 *  Thread Starter [stan pauler](https://wordpress.org/support/users/stan-pauler/)
 * (@stan-pauler)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/post-title-edit/#post-3694831)
 * yeap
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/post-title-edit/#post-3694981)
 * Try using `.entry-header .entry-title a:hover` as suggested above.

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

The topic ‘post title edit’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 3 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/post-title-edit/#post-3694981)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
