I am using Dawn 2.0 and changed my slideshow.liquid file so that the entire image is a link. However, when I did that, the header submenu links no longer work (you can click on the submenu items, but it’s like they are invisible because it will go to the link from the slideshow image, which is underneath the submenu).
I have tried changing the z-index, but I can’t get it to work correctly. My site is www.palmettowoodshop.com and here’s the relevant code from my slideshow.liquid section:
{%- if block.settings.image -%}
{%- else -%}
{{ 'lifestyle-2' | placeholder_svg_tag: 'placeholder-svg' }}
{%- endif -%}
