Making a Column Clickable?

Hi -
How can I go about making a column clickable in order to have it open a link?

1 Like

Found the answer here: Link whole section

Add this code in the custom JS section: jQuery("#section-link").wrap("<a href='http://www.example.co.uk/get-in-touch/'></a>");

Edit #section-link for the specific column.

1 Like

@Dagaloni Thank you for sharing your solution.

@matt5834 Let us know if that works for you.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.