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/
to add the new CSS codes instead.
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?
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. Or install a custom CSS plugin.
yeah sir thats made…something more for the title post edit?
thats made
Sorry? what is? I can’t see a child theme on that site. Are you using Jetpack’s custom CSS module?
Try using .entry-header .entry-title a:hover as suggested above.