Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #302295

    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.

    #302392

    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

    #302402

    Thank You. It works perfectly!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘IMAGES > Remove hover icon when mouse over’ is closed to new replies.