Hello,
I want to add links to the images in this section. I have added it in the schema section but the link is not connecting to the image. Can someone help? I also added the line"

Thank you!
Hi
Can you clarify what you mean with “the link is not connecting to the image” and could you please post your liquid template code?
Best regards
Hello, I want to make the image clickable, attach a collection link to the image itself. This is my theme.liquid code:
{% if page_title == blank %}{{ shop.name }}{% else %}{{ page_title }}{% if current_page != 1 %} – {{ 'general.page' | t: page: current_page }}{% endif %}{% endif %}{%- if page_description -%}
{%- endif -%}
{%- if settings.favicon -%}
{%- endif -%}{%- comment -%}Few prefetch to increase performance on commonly used third-parties{%- endcomment -%}
{%- unless settings.heading_font.system? -%}
{%- endunless -%}{%- unless settings.text_font.system? -%}
{%- endunless -%}{%- render ‘social-meta-tags’ -%}
{%- render ‘microdata-schema’ -%}
{%- render ‘css-variables’ -%}
{%- render ‘js-variables’ -%}
{%- if request.page_type == ‘gift_card’ -%}
{%- endif -%}
{% render ‘boost-sd-fallback’ %}
{{ content_for_header }}
{{- ‘theme.css’ | asset_url | stylesheet_tag: preload: true -}}
.container.container--lg { max-width: 1400px; margin: 0 auto; }{% liquid
assign features_class = ‘’
if settings.show_button_transition
assign features_class = features_class | append: 'features–button-transition ’
endif
if settings.show_image_zoom_on_hover
assign features_class = features_class | append: 'features–zoom-image ’
endif
if settings.show_page_transition
assign features_class = features_class | append: 'features–page-transition ’
endif
%}
{% if template%}
{% section ‘header’ %}
{% endif %}
{% if template %}
{% section ‘announcement-bar2’%}
{% endif %}
{% if template == ‘index’ %}
{% section ‘header2’ %}
{%endif %}
{% if page.url contains ‘mens’ %}
{% section ‘header3’ %}
{%endif %}
{% if collection.tags contains ‘MENS’ %}
{% section ‘header3’ %}
{%endif %}
{% if collection.tags contains ‘WOMENS’ %}
{% section ‘header2’ %}
{%endif %}
{% if product.tags contains ‘WOMENS’ %}
{% section ‘header2’ %}
{%endif %}
{% if page.url contains ‘womens’ %}
{% section ‘header2’ %}
{%endif %}
{% if product.tags contains ‘MENS’ %}
{% section ‘header3’ %}
{%endif %}
{{ ‘general.accessibility.skip_to_content’ | t }}
{%- if request.page_type != ‘password’ -%}
{%- sections ‘header-group’ -%}
{%- sections ‘overlay-group’ -%}
{%- endif -%}
{%- comment -%}
IMPLEMENTATION NOTE: For best semantics, having the footer group outside the main would be slightly better, but
moving it inside the main allows to have all the sections (including sections inside the footer group) to be
consecutive, and hence having a cleaner margin collapsing management.
{%- endcomment -%}
{%- if request.page_type != ‘password’ -%}
{%- sections ‘footer-group’ -%}
{%- endif -%}
Hi
Unfortunately, the code you posted does not look like the section in the screenshot. Please post only this section so that I can help.
Best regards
{% comment %} This file is generated by Instant and can be overwritten at any moment. {% endcomment %}
@media screen and (min-width: 769px) {
.__instant[data-section-id=‘{{ section.id }}’] div[data-instant-type=‘root’] {
padding-top: {{ section.settings.padding_top }}px;
padding-bottom: {{ section.settings.padding_bottom }}px;
}
}
{%- endstyle -%}