XF 2.1 "Forum is closed" message?

In the Admin CP, go to Setup -> Options.. make sure the box is checked.
Thank you very much for your reply and my apologies for not being very clear in my communication.

I'm keeping the board inactive for an extended time as it is new and not ready for public sight yet. BUT, I want the alert to go away, the "board is closed" message that the admins when logged in, see.
 
Thank you very much for your reply and my apologies for not being very clear in my communication.

I'm keeping the board inactive for an extended time as it is new and not ready for public sight yet. BUT, I want the alert to go away, the "board is closed" message that the admins when logged in, see.
Put this in Extra.less:

Code:
.notice-content { display: none;}

and it will go "Poof!"
 
Ahh that's MUCH better, thank you! I do notice though it leaves a 2px thick border line there where the notice was. But that's an acceptable reminder (that I don't need at all but oh well) that the board is closed.
You don't have to live with imperfection. Replace it with this:

Code:
.notice-content, .notice.notice--accent { display: none;}

;)
 
Top Bottom