• maintenance

  • maintenance

  • maintenance

  • maintenance

  • maintenance

  • maintenance

How to Make Columns Clickable With Elementor

A quick tutorial on how to make columns clickable with Elementor without extra plugins. We will use some simple CSS code that you can find below.

CUSTOM CODE:

<script>
	jQuery(document).ready(function() { jQuery("body").on("click", ".click-child", function() { var href = jQuery(this).find("a").attr('href'); window.location = href; }); });
</script>

CSS CLASS:

.pointer {cursor: pointer;}

CUSTOM CSS:

click-child pointer

✨ Plugins:
Elementor Free: https://bit.ly/elementor-xdu
Elementor PRO: https://bit.ly/elementorpro-xdu