Quote Originally Posted by chaddb View Post
Forgive my lack of CSS mastery. I've done as you instructed, and i think i need to hide:

listingDescription

but don't know where to find this, i searched in the Developer's Tool Kit but it didn't return any results.

(i'm trying to hide the product description that appears in the search results)
You can't find it because it doesn't exist.

Just as I said to add:

.productDescription {display:none;}

to hide the description on the product page, now that you have the code for the listing, you can do the SAME THING:

.listingDescription {display:none;}