Parentheses

Parentheses

door joe nefi -
Aantal antwoorden: 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.

Gemiddelde van de beoordelingen:  -
Als antwoord op joe nefi

Re: Parentheses

door 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

Gemiddelde van de beoordelingen:  -