abdfahim
Well-known member
I have a custom page like this
And I am trying to open this page in an overlay
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.
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.