I didn’t see the option within the special header to make them a link, but I wondered if I could do that within the way I have this page laid out. What I’m looking to do is make both the photo and the title text a clickable link to take people to the content. Is that possible? Thank you for your assistance.
Hey AmericanMetroPOS!
Try doing this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to enable the debug view and then surround each column with a link.
If you see weird behaviour when doing that try adding them inside a codeblock element instead.
<a href = "URL">
<h2>A heading</h2>
<p>Some text</p>
</a>
Cheers!
Elliott