Theme editor

[cXF] Register Page Enhancements

| XF 2.3 Add-ons (Premium) [cXF] Register Page Enhancements 1.0.0

No permission to download
Q: How can I customize the cxf_register_page_enhancements template to wrap the code in a block (with the white background as many other XenForo containers)?

A: Wrap the code with this:

HTML:
Expand Collapse Copy
<div class="blockMessage">
    *** your content ***
</div>
Back
Top