Please advise how can I remove the icon effect when hover it for certain images (not all of them). For example see attached image and url link where the hover icon is undesired in these particular cases.
Hi victor!
Thank you for using the theme.
Add the noLightbox or noHover class on the link. For example, edit the tab content:
<a href="http://coolsitemachine.com/wp-content/uploads/2014/08/historyCollage2.jpg" class="lightbox-added alignright" style="float: right; margin: 0px; padding: 0px;"><img class="alignright wp-image-3516 size-full" src="http://coolsitemachine.com/wp-content/uploads/2014/08/historyCollage2.jpg" alt="historyCollage2" width="350" height="551" data-wp-imgselect="1"><span class="image-overlay overlay-type-image" style="left: 5px; top: 4px; overflow: hidden; display: block; height: 551px; width: 360px;"><span class="image-overlay-inside"></span></span></a>
Replace it with:
<a class="noLightbox noHover alignright" style="float: right; margin: 0px; padding: 0px;" href="http://coolsitemachine.com/wp-content/uploads/2014/08/historyCollage2.jpg"><img class="noHover alignright wp-image-3516 size-full" src="http://coolsitemachine.com/wp-content/uploads/2014/08/historyCollage2.jpg" alt="historyCollage2" width="350" height="551" data-wp-imgselect="1"></a>
Best regards,
Ismael
Thank You. It works perfectly!!