Hi makta112,
Take a look at line 757 in your style.css file. Since the imgs also use the <a>
tag, this hover gets applied to them as well.
Give this a try: change a:hover
to .entry-header a:hover
on line 757. After doing this, you should comment out the .entry-header a:hover
just below it.
Let us know if that resolves the issue for you.
Whit