Link a Row/Section

Good evening,

Could you kindly tell me if it is possible to link a row of a section or an entire section? In other words, anywhere one were to click in a given row or section would direct the user to a specific link?

Thank you,
J

Hi There,

Please follow these steps:

  • Add the my-section ID to your section:

  • Add this custom JS:

jQuery('#my-section').wrap('<a href="http://www.yourwebsite.com/" />');

Hope it helps :slight_smile:

1 Like

Thank you! Exact solution I needed.

Glad to hear that. :slight_smile:

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