Real Estate Theme Public Registration

Home Forums All Other Themes Real Estate Theme Public Registration

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #210815
    Talking DrumTalking Drum
    Participant
    • Topics: 12
    • Replies: 6
    • Total: 18
    Member since: May 31, 2019

    Hi Again. With Real Estate Theme , where it allows users to add Listings, at the login screen, how can the option to register be disabled for the public? I’ll not like users to register themselves. I’ll like to register users who will log in. Thanks

    #210839
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30666
    • Total: 30666
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance » Customize » Basic » Custom CSS and paste below code there to hide Register page link from login page:

    .skt-login-register-box .skt-login-register-form-extras div:nth-child(2) {
      display: none;
    }

    After that go to Dashboard » Pages and set Register page status to draft.

    Regards,
    Chris

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.