Shopify themes, liquid, logos, and UX
Hi
so I want to edit my multi column section so that the image is clickable but every time I try, it changes the entire layout. I want to be able to maintain the options for 2 columns. Pls help
this is the page: https://rubeensalem.com/pages/art
Solved! Go to the solution
This is an accepted solution.
Hi @Rubeen,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.multicolumn-card__info .link:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
left: 0;
top: 0;
}
So only some of the pages are purchasable products, some are just to share artwork. So not everything is a product, rather an archive or a gallery page. I see that some websites have it and many people have had this problem and found a solution, but my solutions not working for example this page: https://udderlynuts.com
This is an accepted solution.
Hi @Rubeen,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.multicolumn-card__info .link:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
left: 0;
top: 0;
}
Does this make the image clickable
Hi @Rubeen,
Sure, have you tried it?
You’re the best
Hi @Rubeen,
You're welcome and happy to help 😊
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