Nuevo Foro - ¿Alguna forma de ocultar las estadísticas del sitio en la página Acerca de?

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 me gusta

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 Me gusta

Being open and transparent is better than hiding stuff away.

1 me gusta

Even when data is unnecessary?

1 me gusta

CSS:

.stats {
    display: none;
}
7 Me gusta

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