Remove register button

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

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
|

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