This will be the code that you will, replacing the existing URL with your image URLs, and create the three following links.
- 1) onmouseout="this.src='https://www.emyspot.com/medias/images/hover-to-see-what-i-look-like.png';"
- 2) onmouseover="this.src='https://www.emyspot.com/medias/images/the-orange-appears-on-hover.png';"
- 3) src="https://www.emyspot.com/medias/images/hover-to-see-what-i-look-like.png"
URLs 1 and 3 are identical, and will represent the base image, without hover.
URL 2 corresponds to the image that appears when hovered.
Replace the 1 and 3 URL with your base image. The 2 URL should be replaced with the image URL that you want to appear when hovering.
You must be careful to change only the URL and no other part of the code. The URL will start with "http(s)" and finish with ".png" or ".jpg"
Insert this code into the page of your choice and then save.