How can I hide the new topic button on the home page?

How can I hide the new topic button on the home page?

When creating a new topic, I want it to be created only from the category.

The list seems very long since there are so many subforums.

Having a look through the Related Topics at the bottom of this one, I think the correct CSS to add to a theme component is:

body.navigation-topics, body.navigation-categories { 
    
    button#create-topic { 
        
        display:none; 
        
    } 
}

yes, I applied it and it worked, thank you

How can we remove it on mobile connection?
How to get it off when you log in via phone?

There’s a snippet in this post that may help:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.