Link Entire Section

This seems like a silly question, but here it is. How does one link the whole section in CS? It’s quite simple in HTML/WP editor — just wrap the div with an <a> tag.

This seems like its been an issue for years and should have been addressed long ago. Why no simple option for adding a link to sections/rows/columns?

Hello Ehsd,

Thanks for asking. :slight_smile:

Please inspect the section and under Customize > Setup give section and Class name. After that, please add following JS code under X > Theme Options > JS.

jQuery(".section-name").wrap("<a href='http://www.yoursiteurl.co.uk/get-in-touch/'></a>");

Please replace section-name and URL from above code as per your requirement.

Thanks.

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