hi im hoping to have this image on my homage to be clickable/ linkable to all products page without a button
can someone please help me out? thank you!!
url: taocollective.co
hi im hoping to have this image on my homage to be clickable/ linkable to all products page without a button
can someone please help me out? thank you!!
url: taocollective.co
Hi @taocollective ,
You can try follow the instruction below:
Go to Online Store → Theme → Edit code.
Sections → /image-banner.liquid then paste code below in the file.
You can change the link at the attribute href
[](https://taocollective.co/)
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
hi @Halothemes
do i plug in the codes as is like the example picture you showed me?
i plugged in at the exact location as the picture and still the picture doesnt link to anything, which part did i do wrong?
thanks again!
Hi @taocollective ,
Go to Online Store → Theme → Edit code.
Asset → /section-image-banner.css paste code below into end of the file.
.banner:after, .banner__media:after{
width: auto !important;
height: auto !important;
}
.banner__content {
width: auto !important;
padding: 0 !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Hi I have tried this on mine I can click but its removed my image. How do it get back?