How to link landing page image to a page on my website? (dawn theme)

How to link landing page image to a page on my website? (dawn theme)

majaa
Excursionist
20 0 5

Hi, 

I want to link the landing page image to a page (shop all) on my website. I don't want to use the shopify buttons. 

How can I do this? 

 

Url: https://sixinch.com.au/

Password: reapis

 

thanks

Replies 2 (2)

Small_Task_Help
Shopify Partner
1106 51 108

Hi,

 

Find the image section and edit image code and Look for this line (inside <div class="banner"> or similar) and Wrap this code inside an <a>

 

Code example

<a href="/collections/all">
  <img src="{{ section.settings.image | img_url: 'master' }}" alt="{{ section.settings.image.alt }}">
</a>
To Get Shopify Experts Help, Click Here or E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert India
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad
majaa
Excursionist
20 0 5

hi, 

 

can't seem to understand where to wrap the code?