Linking a HoverBox to a page on your site

Hey Community! Total Newbie here and any help would be greatly appreciated!
I am trying to write some code for the Hover Boxes on my site. Instead of having a button within the Hover Box that links to a page, I want the entire hover box to be the button (and I want to do this for every Hover Box on the page). So when a user clicks on the Hover Box it redirects them to the appropriate page. Here is a screenshot of what I have so far:


Basically, want the Next Steps Hover Box to redirect to the Next Steps page. I am definitely missing something. Just need someone to help talk me through it and figure it out. Again, any help is greatly appreciated!
Thanks so much guys!

Use button over the hover box with transparent background. Or just make a box with the image and a clickable area in the image or box. Hover boxes might not support that kind of click events and then you will have to make your own look alike.

Yeah. The only reason I didn’t want to do the button with transparent background was because every time you need to edit the hover box you would have to move the button out of the way. Just trying to find a better solution. Thanks for the reply!