How to display courses as a list without summary

How to display courses as a list without summary

by Tao Wang -
Number of replies: 1

Could someone tell me how to display the courses as a list, not the exploded view with summary? We can see the courses in a list on frontpage, but when I try to create 2nd, 3rd child category to organize the courses, I found out that when I click the 2nd level category, it display all courses in that category with summary, not the list, which make our front page very long as we have over 100 courses. Thanks

-Tao

Average of ratings: -
In reply to Tao Wang

Re: How to display courses as a list without summary

by John St -
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...