All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I need to make the images in a multicolumn section clickable - using the Crave theme
The content containers contain no headings or decscription - I just want display logos of our stockitss
Please help
Hi @SDBdigital
Please add link to button of your multicolumn section then send me your page link so I can provide the code to do that.
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hi
The site is here:
password: hotsauce
It is the multicolumn section with Amazon logos.
I have it on a few different pages on the site
Please add button links for your columns
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hi
Done. Added the button links.
Hi @SDBdigital
Please add this code to your theme.liquid file, after <head> in Online Store > Themes > Edit code
<style>
.multicolumn-card__info .link:after {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.multicolumn-card__info {
height: 0;
padding: 0 !important;
opacity: 0;
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.