Login panel
The login panel gives visitors quick access to member actions such as signing in, creating an account, or reaching the membership page from the theme interface.
Tip: Replacing 'Sign up' with 'Membership' (Requires theme editing)- To replace the 'Sign up' link with 'Membership', open
../partials/members/login_panel.hbsin your code editor and find:
<a href="{{@site.url}}/signup/" class="global-button">{{t "Sign up"}}</a>
- Replace it with:
<a href="{{@site.url}}/membership/" class="global-button">Membership</a>
- Save
login_panel.hbsin the../partials/members/folder.
Type at least 2 characters to search