This is for a ‘read only’, fully public forum. We saw where to exclude Registration on Home Page, but cannot find where to do so for Login.
Just hide it with CSS is probably the easiest. Otherwise identify the element that holds the login link and then search for it in the forum code and edit it out there.
Thanks for you reply. Unfortunately, I’m not tech savvy to understand what you’re suggesting. Can you elaborate a bit: Where do I find this CSS you refer to? And how do I find the ‘element’ in the you’re referring to?
Thanks again.
Given the questions you have just posed this is probably outside your skill set. I would suggest you get a more experienced friend to help you before you start on this route.
However, should you want to try then the site url would be a starter for 10. You can also see this article about identifying elements. There will be a file called something like style.css in the files that make up your forum software and you will have to add your code to the end of this file BUT be aware that when upgrade your forum software you will lose this change.
OK. Thanks for your explanation. It does give me a direction for this.