I have Dawn theme 15.2.0 I need my entire image banner to be clickable. I found a bunch of coding solutions online but they don’t work. Can someone help?
Could you please share the store link with us so we can check further?
Looking forward to hearing from you soon. Thank you!
Best,
Daisy - Avada Support Team.
Hello @CuttingEdgeProm
This would need custom coding to make the whole banner clickable.
I will suggest you to go with the experienced developer, or i can also help you with this.
Thanks
You can follow this article to make image banner clickable
https://buymeacoffee.com/dandong910/how-make-image-banner-clickable-shopify-dawn-theme
Hi @CuttingEdgeProm , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
To make an entire image banner clickable in Shopify Dawn theme , follow these steps:
Wrap the image
hi-i added all of your code to the bottom of base.css But what do I do now? There needs to be a section that I go to so that I can program what link to go to if someone clicks on the banner. can you help?
I have just checked and found that your banner is clickable now.
Not sure if is there anything else that we can help you with?
Best,
Daisy - Avada Support Team.
If this happens again, you should wrap the image tag inside an anchor tag in the banner code.
Example:
<a href="link-redirect">
<img src="img-link" />
</a>