Hi
Is it possible to apply a link to a whole custom background image in a Color Section?
many thanks
Peter
Hi envapk2!
You can refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/ to make your color section fullwidth and insert linked image inside your color section :)
Cheers!
Yigit
Hi Yigit
Yes, I thought of that, but I want to be able to place elements, eg columns with text box, etc, over the top of the background image but still have the whole image (the whole section) as a link.
many thanks
Peter
Hi,
Will you be changing the link or is it a one time thing only?
If you will not be changing the link, we might be able to provide you a workaround with some custom coding.
Best regards,
Yigit
Hi Yigit
What I want to do is have various color sections on one page with different background images on each section linking to different pages.
many thanks
Peter
Hi Peter,
You could try to place code block elements before and after the element in question, like so:
Code block:
<a href="http://yoursite.com/link">
Color Section
Code block:
</a>
Thanks,
Rikard
HI Rikard
That kind of works, it makes the section a link but the code block creates a gap even when the color sections have ‘no padding’ checked, as you can see in the eg below
many thanks
Peter
Hey!
Please edit your page and place 1/1 column element between your sections, update your page, remove 1/1 column element and update your page once again and check if that helps.
Cheers!
Yigit
Hi Yigit
I have tried that but it hasn’t made any difference.
Peter
Hi,
Try this CSS as well:
.page-id-219 #after_section_1, .page-id-219 #after_section_2 {
display:none;
}
Thanks,
Rikard
Hi Rikard
That works (it needed an ‘!important’ added). That is brilliant, great support as ever. Much appreciated.
many thanks
Peter