wbroda
Hi
the button already has hover, Also if you add an hover on image, it will not be clickable as you will an hover effect on it.
To link the image open file "/acm/features-intro/tmpl/style-1.php" in template "ja_fit".
Find this code
`
<img src="<?php echo $helper->get('ft-img', $i) ?>" alt="Intro Image" />
`
replace it with
<a href="<?php echo $helper->get('link', $i) ?>">
<img src="<?php echo $helper->get('ft-img', $i) ?>" alt="Intro Image" />
</a>