Parentheses

Parentheses

joe nefi發表於
Number of replies: 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.

評比平均分數: -
In reply to joe nefi

Re: Parentheses

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