Modified Collection/show --season theme

Hi all, I hope somebody could help me figure out how to remove the Dublin core title section on Collection/show/1 page -- I'm using Season theme.

BTW, how can I attached an image in this forum, I'm new in omeka and in this forum ;(

Thanks for all the helps.

Melania

I want to remove the top box completely (Title: Canadian Minority Media Index):

http://www.artsrn.ualberta.ca/MinorityMedia/collections/show/2

You'll want to override the default display for collections/show.

Copy the default collections/show.php page into the seasons theme, then look for this line, and delete it:

<?php echo all_element_texts('collection'); ?>

Thank you so much Patrick, it does the trick.

Melania