Website Building » Wix » How Do I Make an Image Clickable on Wix?

How Do I Make an Image Clickable on Wix?

Last updated on January 7, 2023 @ 9:23 am

Have you ever wanted to make an image clickable on your Wix website? It’s actually quite easy to do, and there are a few different ways to go about it. In this article, we’ll show you how to make an image clickable on Wix using three different methods.

The first method is to use the Wix Image Editor. With this method, you can easily add a link to an image by clicking on the image and then clicking the “Add Link” icon in the top toolbar. Simply enter the URL you want to link to in the “Link” field and click “OK”.

GREAT NEWS:

Exciting update! We've collaborated with Wix to offer WBI users with a free plan for all website creation needs - Explore the details here.

The second method is to use HTML code. With this method, you can add a link to an image by editing the code of your website.

To do this, simply select the image you want to make clickable and then click on the “Edit HTML” button in the top toolbar. Copy and paste the following code into the HTML editor:

<a href="http://www.example.com">
<img src="http://www.wix.com/images/logo.png" />
</a>

Replace “http://www.example.com” with the URL you want to link to and “http://www.wix.com/images/logo.png” with the URL of your image. Save your changes and preview your website to see the results.

PRO TIP: When creating a clickable image on Wix, be sure to first select the image you want to make clickable. Then, click the “Link” icon that appears in the image’s toolbar. Enter the URL you want to link to in the “Link” field. Finally, click “OK.”

The third method is to use CSS code. With this method, you can add a link to an image by editing the CSS code of your website.

To do this, simply select the image you want to make clickable and then click on the “Edit CSS” button in the top toolbar. Copy and paste the following code into the CSS editor:

img {
  cursor: pointer;
}

a {
  display: block;
  width: 100%;
  height: 100%;
}

Save your changes and preview your website to see the results.

So there you have it! Three different methods for making an image clickable on Wix. Try out each method and see which one works best for you and your website

Morgan Bash

Morgan Bash

Technology enthusiast and Co-Founder of Women Coders SF.