• Resolved slowsoulz

    (@slowsoulz)


    I have created a custom register page to cut down on spam. But I need to be able to hide the “create an account” link on the home page. I want people to be able to register to the site, just not on the home page. Any ideas as to how to accomplish this?

    https://www.theoohwee.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • what theme do you use?

    ** please post in the right forum of the related theme.. ??

    konrad

    hi slowsoulz,

    you can simply try this CSS and add it to THEME SETTINGS -> CSS tab:

    #login-text {
    display: none;
    }

    But I would not recommend to take it away. It would just confuse users, and make them search where they can register (if they want to try it then at all).

    And it will not help you to prevent spam.

    Look for tutorials with easy tips how to prevent spam and definetely use Akismet and stuff like this.

    Hope this helps,
    konrad

    Thread Starter slowsoulz

    (@slowsoulz)

    Konrad,

    I’m using the Custom Community theme.

    I altered the css as per your suggestion and it worked perfectly.

    Thanks Konrad

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom register page’ is closed to new replies.