How can I link an image on my homepage to all products page?

hi this image is on my homepage and i wish it can be linked to all products page (without a button)

can i link this image so the customers can click on it?

thanks in advance

store url: taocollective.co

@taocollective
Welcome to the Shopify community!
Thanks for your good question.

Please share your store URL.
So that I will check and let you know the exact solution here.

@taocollective

provide us a collaboration access so that i can help you.

website does not have a passcode

url: taocollective.co

@taocollective

provide us a collaboration access so that i can help you

Hi @taocollective ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-image-banner.css->paste below code at the bottom of the file:
#shopify-section-template--15804848439523__1647072281e38142f4 .banner__box {
    position: static !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.