Link a Row or Column

How can I link a row or column I tried putting a link in the

[cs_content][cs_element_section _id=“1” ][cs_element_layout_row _id=“2” ][cs_element_layout_column _id=“3” ][cs_element_breadcrumbs _id=“4” ][cs_element_headline _id=“5” ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=“6” ][cs_element_layout_row _id=“7” ][cs_element_layout_column _id=“8” ][cs_element_breadcrumbs _id=“9” ][cs_element_headline _id=“10” ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section]

I also tried…

(function($){
$(’’).insertBefore(’.linked-column’);
$(’.linked-column’).prependTo( $(’#column-link’) );
})(jQuery);

and putting id name on cutomise class

Hello @verobeachmarketing,

Please try the suggestion here:

Kindly note that since this is a custom code that changes the default behavior/display of the theme, you will be responsible to maintain or update the code in case you require further changes or if the code stops working in future updates. If you are uncertain how to proceed, it would be best to get in touch with a developer.

Hope this helps.

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