How can I make my homepage image clickable on Taste theme?

Hi :slightly_smiling_face:

I want to make the Image on my home page clickable with HREF, sadly i cant find it anywhere :disappointed_face:

Does someone know how i can make this Image clickable so when customers click on the image theyll get redirected to the product page? :slightly_smiling_face:

Thanks in advance for the answers!

Website: https://trueloveclo.com/
password: ivaule

Theme: Taste

Hi,

You can display the image with a link using Custom Liquid Section.

Go to Online Store > Customize > Add Section

In the text box, add the code below and change the link & image url.


You can find your image link at Settings > Files > Find the image & click copy link.

Hope it helps.

Thanks.

Hi @DavidG_TL ,

Please go to image-banner.liquid file and add code here:

Code:

{%- if section.blocks.size == 0 -%}
    
  {%- endif -%}
{
      "type": "url",
      "id": "link",
      "label": "Link"
    },

Then you just go to Customize and select the link, it will work fine

2 Likes

It worked!! thank you so much

1 Like