I need help with a WordPress plugin and I'm trying to avoid making too many changes to the HTML output. Is there a way to make both the image and text change color when hovered over?
You can see what I'm working on here - http://jsfiddle.net/3JE62/
<section id="featured-post-5" class="widget featuredpost">
<div class="post-240 post type-post status-publish format-standard category-projects entry gfwa-3 gfwa-odd"><a href="http://www.kylezipp.com/really-awesome-people/" title="Really Awesome People" class="alignnone"><img width="250" height="200" src="http://www.kylezipp.com/wp-content/uploads/2013/09/rap.png" class="alignnone" alt="rap"></a>
<h2><a href="http://www.kylezipp.com/really-awesome-people/" title="Really Awesome People">Really Awesome People</a></h2></div><!--end post_class()--></div>
</section>