• Resolved Momo

    (@yangman)


    I have created a login/register page (similar to Frisco demo) and 1 thing that I also want to lockout is the search form on the header. I’ve set redirect logged-out users to the login/register page.

    How do I hide or remove the search form for logged-out members and only have it appear when members logged in.

    Any help will be very much appreciated.

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author David Carson

    (@davidtcarson)

    Try adding the following to your custom.css file.

    .registration #search-form,
    .activation #search-form {
        display: none;
    }
    Thread Starter Momo

    (@yangman)

    Thanks David.

    Hey! I’m not good with coding. Could you tell me where exactcly I have to put these lines? I’ve already tried to put it at the end of my custom.css but nothing happened.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove search form from header at Login page’ is closed to new replies.