How to make the entirety of the column of a multicolumn a button to a different page

Hi there , currently I am having to click a small button to allow the user to go to the appropriate page, instead I would like the entire column to be a button and when the user clicks on it , it should go to another page

This is how it currently looks. I would like to be able to remove the “learn more” button and just allow the user to click anywhere on the entire column to go to the allocated page

Many Thanks

Hello @Wolfbadge
you have to put a entire li content in anchor tag like this

and for learn more button code

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.multicolumn-card__info .link { display: none !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Hi there , thanks for the response , where should I place this li content?

Thanks