Nuovo Forum - Come nascondere le statistiche del sito sulla Pagina Informazioni?

I have searched, but cannot find, any way to turn off the site statistics being shown on the site’s About page. Is there an easy way to turn this off. Its not too helpful to be showing this when the forum is just starting - I would prefer to turn this off until we get a reasonable number of members.

Any help greatly appreciated.

1 Mi Piace

The simple way is to give them with CSS. The data is still available, but it takes some energy to see that way.

There’s really no shame in being new. You have to start somewhere.

6 Mi Piace

Being open and transparent is better than hiding stuff away.

1 Mi Piace

Even when data is unnecessary?

1 Mi Piace

CSS:

.stats {
    display: none;
}
7 Mi Piace

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