Site logo

Archived topic

Add link to a column using Elementor

3 replies · Started by Jose on March 14, 2021

Viewing posts 1–4 of 4

Hi,

When clicking in a column I want to go to a different page but I can not see the option to add that link.
I am using the free version of Elementor with the GP layout Zeal.

Any idea how can I do that?

Hi there,

i don't think Elementor provides that function in the free version of their plugin. You can do it with some CSS.

1. Add this CSS to your site:

.clickable-container {
	position: relative;
}

.clickable-container a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

2. The Select the Column you want to make clickable - and in Advanced panel add a CSS Class of: clickable-container

3. Then inside the column add a Link to one of the widgets eg. Title.
Make sure only one widget has a link inside the column.

I've followed those steps but the link is only in one of the widgets, it doesn't make clickable all the container

Can you link us to a page where i can see the container with the link ?

This archived topic is closed to new replies.