How can I add link inside link?

What I am trying to achieve is if you check an image below, I have a product and whole card is clickable, if you click anywhere, it should go to single page of product, but what I want to achieve is if user clicks “Vegetable” which is category, to go to category page, but if I put that to be a link, things get broken.

1 Like

This is possible if you wrap inside link in tag “object”. I understand that if you add link inside link at this moment that it will break things, because thats how HTML works unfortunately.

Heres an example how you can do it at the screenshow below:

Object tag you can find with search (CTRL + E or K):

Here’s a video tutorial:

1 Like