Parentheses

Parentheses

par joe nefi,
Nombre de réponses : 2

I use educationbook theme for moodle 2.0.3, in my home is a list of the courses next to each course a number in parentheses, how can I delete this number, and parentheses? Thanks.

Moyenne des évaluations: -
En réponse à joe nefi

Re: Parentheses

par Mary Evans,

You can't! Although you could probably hide it using CSS.

Try using Development: Firebug to see if you can find the CSS selector for that number.

I'm not sure what the code is...I'll get back to you later with it.

EDIT:

Here's the code...

.categorylist .category .numberofcourse { visibility: hidden; }

HTH

Mary