Login  Register

Remove register button

classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Remove register button

Hex999
I want to purely use my forum as a news
Section in my website. But the register button
Is very misleading. Any way to remove it?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Remove register button

Hugo <Nabble>
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).