Login  Register

Re: Remove register button

Posted by Hugo <Nabble> on Aug 12, 2015; 9:29pm
URL: https://support.nabble.com/Remove-register-button-tp7595734p7595735.html

You can add this CSS code to your forum:
a[href*=start_registration] {
    display: none;
}
Options > Application > Change appearance (click on the CSS on top and enter the code).