XDUNICORN

How to Make Columns Clickable With Elementor

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

LinkedIn
Facebook
Twitter

free

Stay always up to date with new tutorials!

Do you want to learn more on web, marketing and design? Sign up and you will receive exclusive content and new tutorials every week.

Full Stack Designer

I was born with a passion for Design and the web, since I was very young this world has always intrigued me by developing a profession that I love and that I want to share.

RELATED ARTICLES