Shopify themes, liquid, logos, and UX
hey all wonder if anyone could kindly assisst , I have been stumped by the following 3 challenges:
1. I would like to make it so the image banners on home page, images are clickable links. Surprised this isnt out the box. Only solutions I have found are for Dawn2.0 and are buggy!
2. Product videos how to make these autoplay?
3. Currency/Country selector has ALL the countries showing. I just want it to show GBP / EUR / USD - or alternatively is there a way to create a link that will default site ISO to a specific currency ? (eg. EURO button, click it turns all site prices to EUR)
Many thanks in advance to any kind people that can offer assistance or point to existing solutions
Solved! Go to the solution
This is an accepted solution.
Hi @tomski3000,
#1: Go to sections > image-banner.liquid file, find 'banner__content--' and add code here:
Code:
<a href="{{ block.settings.button_link_1 }}" style="display: block;position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 999;"></a>
Then the image will be linked with 'First button link'.
Hope it helps!
This is an accepted solution.
Hi @tomski3000,
#1: Go to sections > image-banner.liquid file, find 'banner__content--' and add code here:
Code:
<a href="{{ block.settings.button_link_1 }}" style="display: block;position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 999;"></a>
Then the image will be linked with 'First button link'.
Hope it helps!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025