To remove the description from the listing, do as follows:
Find the following code on the 'loop-single.php'
<p><?php echo osc_highlight( osc_item_description() ,250) ; ?></p>
and replce it with the one below:
<div style="display:none"><p><?php echo osc_highlight( osc_item_description() ,250) ; ?></p></div>
Hope this is what you are after!
Regards