Login panel
The login panel is a navigation component that shows 'Sign in / Sign up' button when a member is logged out.
Tip: Replacing 'Sign up' with 'Membership' (Requires theme editing)- You can easily replace the 'Sign up' page with 'Membership', for this purpose open
../partials/members/login_panel.hbsfile in your code editor and find:
<a href="{{@site.url}}/signup/" class="global-button">{{t "Sign up"}}</a>
- Then, replace with:
<a href="{{@site.url}}/membership/" class="global-button">Membership</a>
- Save your
login_panel.hbsfile in../partials/members/folder.
Type at least 2 characters to search