Plugin Author
Tom
(@edge22)
Hi there,
This is a feature in our upcoming pro version.
In the free version, you could:
1. Add a custom class to your Container: my-linked-container
2. Add a link to the content of your container.
2. Add some CSS:
.gb-container.my-linked-container .gb-inside-container {
position: relative;
}
.gb-container.my-linked-container a:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
}
Hope this helps π
Hi,
not work
It didn’t work because Tom’s steps 1 and 2 are necessary and it doesn’t seem applied to your site. You must do step 1 and 2 for the CSS to work.
i’ll follow all steps but its not work
step 1. screenshot
step 2. ss
Plugin Author
Tom
(@edge22)
You need to add a link inside each container, or it won’t link anywhere.
Once you add a link, it should work.
Can u show me a demo. Bcoz seriously i don’t know how to do that. Please help
Plugin Author
Tom
(@edge22)
For example, add a button inside the Container and give it a link.
Now the code above will take the link from that button, and use it as the entire container link. You can then hide the button with CSS if you’d like.
not work. so i’ll move on now. π
Plugin Author
Tom
(@edge22)
No problem – feel free to report back if you decide to give it another shot.