Is there a way to add hover effects to linked images within a WordPress post?
Below is the code snippet embedded in the WordPress post:
<p>
<a href="https://www.pinterest.com/meganpolk/?eq=miss&etslf=2961">
<img class="alignnone size-full wp-image-739" src="http://misspsstyle.com/wp-content/uploads/2018/05/SM-Icons_01.png" alt="Miss P's Style on Pinterest" width="72" height="72" />
</a>
<a href="https://www.facebook.com/MissPsStyle/">
<img class="alignnone size-full wp-image-740" src="http://misspsstyle.com/wp-content/uploads/2018/05/SM-Icons_02.png" alt="Miss P's Style on Facebook" width="72" height="72" />
</a>
<a href="https://www.instagram.com/missps_style/">
<img class="alignnone size-medium wp-image-741" src="http://misspsstyle.com/wp-content/uploads/2018/05/SM-Icons_03.png" alt="Miss P's Style on Instagram" width="72" height="72" />
</a>
</p>