Make Images clickable in Multicolumn on spotlight theme

How do I go about getting my images in the multicolumn clickable on the spotlight theme? I see other threads about this but pertaining to the other themes. If possible, please include pictures of how to do this. Thanks in advance.

@jladi90 Please follow below steps to make images clickable in multicolumn on spotlight theme,

  1. From admin go to “Online Store” → “Themes”.
  2. Click “Edit code” button from the current theme.
  3. Go to “multicolumn.liquid” file.
  4. Then search “multicolumn-card__image-wrapper multicolumn-card__image-wrapper” in search bar.
  5. Then paste the below code before the div like below attached image and then save changes.

  1. Then search use the “\n ” in the same file in search field and paste the below code after the searched key word as like attached screenshot,

  1. Go to “section-multicolumn.css” file and paste the below code in the bottom of the file and save the changes.
.multicolumn-card a:not([href]) {
  cursor: auto;
}

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.

Thank you so much. It worked!