I already have this line added to my theme.css and that is working fine.
.ProductSavedPrice { display:none;}
Adding this line just gets rid of any indication of price, which i dont want.
.ProductStorePrice { display:none;}
I want to get rid of the price, when looking at the grid of products, the reason bein is because people cant see the other prices ( attributes)
unless they click on the picture, to get more information, so I do not want them to see a price at all.
See picture in first post, that is the price display I want removed. (Not showing)
Thanks