How to display courses as a list without summary

Re: How to display courses as a list without summary

by John St -
Number of replies: 0
Could you use CSS in your theme to hide the summaries? Some thing like:

.info .summary {
display: none;
}

That way, you aren't messing with any core files...