fueko home fueko home

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)
  1. To replace the 'Sign up' link with 'Membership', open ../partials/members/login_panel.hbs in your code editor and find:
<a href="{{@site.url}}/signup/" class="global-button">{{t "Sign up"}}</a>
  1. Replace it with:
<a href="{{@site.url}}/membership/" class="global-button">Membership</a>
  1. Save login_panel.hbs in the ../partials/members/ folder.