How can I make a multirow image clickable in the Dawn theme?

Topic summary

A user encountered an issue where a multirow image in the Dawn theme had a link added but wasn’t clickable.

Problem identified:

  • Missing opening angle bracket “<” in the anchor tag code
  • The code read a class="fulllink" instead of <a class="fulllink"

Solution provided:

  • Add the missing “<” before the anchor tag to properly format the HTML
  • Update the code from a class="fulllink" href="/products/..." to <a class="fulllink" href="/products/...">

Resolution:
The fix worked successfully, and the user confirmed the image is now clickable.

Summarized with AI on November 11. AI used: claude-sonnet-4-5-20250929.

Hello, I have managed to add a link to the image in multi row in dawn theme , but still its not clickable , any advice .. thanks a lot. www.bookarazziworld.com

Hello @Bookarazzi_Man

It seems you have missed “<” before the anchor
from

a class="fulllink" href="/products/turns-twists-edp-50ml-unisex">

to


Can you try updating the code and check.

Please hit Like and mark as a solution if it helps

Lovely, worked just perfect :star: :star: :star: :star: :star: thank you very much

2 Likes