Support Forum

Hi Ivo,

We are creating a password protected page (see image attached), under the “Members” menu. https://www.gemstone.org/members/member-log-in

We will use the same login and password for everybody.

We would like to get rid of the ‘forgot your username’ and ‘forgot your password’ – how do we do that, please?

Thanks!

Cecilia
Responses (1)
  • Accepted Answer

    Wednesday, October 23 2019, 10:25 PM - #Permalink
    Hi Cecilia,

    Have a look at this video that I recorded for you. It shows everything in details.

    And this is the code from the video that you need to add to your custom.scss file:

    .hide-login-forgot {
    ul {
    &.unstyled {
    display: none !important;
    }
    }
    }
    The reply is currently minimized Show
Your Reply

Become an insider | Subscribe to our Newsletter
Subscribe to our mailing list and stay up-to-date with all our awesome releases, latest updates and amazing discount offers!