I followed this post: https://theme.co/apex/forum/t/create-a-hyperlink-to-an-entire-column/14302
To try to have my whole column be a link.
So I tried this, assigned each column with the ID I have in the javascript below.
`jQuery("#service-page-pharmacy").wrap("<a href='https://hybridpharm.com/ottawa-pharmacy-and-compounding/'></a>");`
jQuery("#service-page-cannabis").wrap("<a href='https://hybridpharm.com/ottawa-medical-cannabis/'></a>");
jQuery("#service-page-cannabis").wrap("<a href='https://hybridpharm.com/ottawa-wellness-events/'></a>");
Here is what happens: https://imgur.com/a/EaY2EKB
The links do work, but now the columns are messed up.
I removed the code for now as we are live, but this is the page I was attempting it on: https://hybridpharm.com/services/
Thank you in advance!