Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter soma2000

    (@soma2000)

    Could you provide us the CSS method to remove the username, password and remember me in the form before login in?

    Plugin Author weDevs

    (@wedevs)

    Hello,

    Actually I am not clear about your issue. Can you please provide a screenshot here and point out me about your query?

    Thanks.

    Thread Starter soma2000

    (@soma2000)

    I just would like to use CSS display none to hide username, password and remember me.

    I have like them to click on Login/Register and go to the default WordPress login and login from there.

    Could you provide the CSS display none code?

    The page is here:

    https://www.trrvel.com/post/

    Plugin Author weDevs

    (@wedevs)

    Hello,

    In free version we do not have registration option. So, you have to use WordPress default signup or login option.

    Do hide the form you can use this-

    form#loginform {
      display: none;
    }
    Thread Starter soma2000

    (@soma2000)

    Thanks, appreciate your help and the pluggin.

    Plugin Author weDevs

    (@wedevs)

    You are welcome.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Registration form’ is closed to new replies.