Site logo

[Support request] Add link to a column using Elementor

Home Forums Support [Support request] Add link to a column using Elementor

Home Forums Support Add link to a column using Elementor

  • This topic has 3 replies, 2 voices, and was last updated 5 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1694378
    Jose

    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?

    #1694496
    David
    Staff
    Customer Support

    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.

    #1695392
    Jose

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

    #1695546
    David
    Staff
    Customer Support

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.