Agree with you and thanks for providing the code.
Have you figured out how to make clickable columns in the multi-column layout? I’ve been looking up everywhere.
Goal: make Dawn theme’s Image Banner clickable without custom blocks.
Core approach proposed: edit image-banner.liquid to add two URL fields (for single or double-image banners) and wrap images with links; then adjust section-image-banner.css so the overlay doesn’t block clicks (notably set .banner::after content to none and disable/adjust overlay opacity). Users must also set the links in the theme editor.
Updates/issues:
Status: no out‑of‑the‑box setting; community solutions exist but can be fragile across devices. Latest guidance points to the updated external tutorial; thread remains partially unresolved for some mobile cases.
Notes: Code/CSS snippets and screenshots are central to implementation and troubleshooting.
Agree with you and thanks for providing the code.
Have you figured out how to make clickable columns in the multi-column layout? I’ve been looking up everywhere.