@pitaj said in Remove login button:
@jaredbusch you could try something like this in your custom css in the ACP:
a[href="/login"] { display: none !important; }
That did it.
The menu button at the top left in the mobile version does nothing. I've tried it on android and IOS both in chrome. Forum itself works fine but there is no access to any other features. Currently running in developer mode on a digital ocean server. Using persona theme.
@rimann upgrade to the latest NodeBB version. If that doesn't fix it, do this:
cd node_modules/nodebb-theme-persona
npm i [email protected]
Then rebuild and restart
I am currently running v1.8.1 which I believe is the latest version? I will try you other solution once I get back to my home computer