Shopify themes, liquid, logos, and UX
How can I made the multicolumn images on the homepage clickable?
At the moment they are just images and visitors can only click on the writing below to visit the link. I wish for the image to also link to the same place as the link below it.
I have tried to do this within the theme editor, however unfortunately adding a link to the image is not possible within the settings, as the option doesn't exist. Is there code I can add in to the multicolumn.liquid that will make this option appear?
I have attached screenshots showing the issue I would like to resolve.
My site is www.sketchlasercutting.com where you can see the 4 images in a row just below the scrolling marquee
Solved! Go to the solution
This is an accepted solution.
Add this Css in
.multicolumn .multicolumn-card__info a.link.animate-arrow:before {
position: absolute;
content: "";
background: transparent;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
}
Base.css File
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
This is an accepted solution.
Add this Css in
.multicolumn .multicolumn-card__info a.link.animate-arrow:before {
position: absolute;
content: "";
background: transparent;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
}
Base.css File
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Thank you!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025