Parentheses

Parentheses

per joe nefi -
Nombre de respostes: 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.

Mitjana de qualificacions: -
En resposta a joe nefi

Re: Parentheses

per 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