[TUT] Remove un-needed elements from the login page

XF1 [TUT] Remove un-needed elements from the login page

Compatible XF Versions
1.0, 1.1, 1.2, 1.3, 1.4, 1.5
Overview
This guide will show you how to remove the header, breadcrumbs & footer on login pages.

Go to the template "login_page" and replace everything with this:
HTML:
<xen:title>{xen:phrase log_in}</xen:title>

<style type="text/css">
#header { display: none; }
.footer { display: none; }
.breadcrumb { display: none; }
</style>

<xen:include template="helper_login_form" />
You can further customize to suit your needs.

There ya go! upload_2017-12-13_15-14-48.gif
Author
shimmer
Views
450
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from shimmer

Top