XF 1.5 Open a page in overlay - exclude the page title

abdfahim

Well-known member
I have a custom page like this
HTML:
<div class="formOverlay">
<h3 class="subHeading">Some description line</h3>
Line 1<br />
Line 2<br />
Line 3<br />
</div>

And I am trying to open this page in an overlay
HTML:
<a href="pages/my-custom-page" class="OverlayTrigger">test</a>

The resultant overlay is coming as below. How can I get rid of the title ("My Page Title") and the cross button? I tried putting <xen:h1></xen:h1>, but that did nothing.

1503235140828.webp
 
Top Bottom