I'd like to remove the grey original price and also the date example: (as of March 3, 2015, 8:07 am) next to the sale price. Please see my image below:
.price del .amount,
.wwcAmzAff-price-info {
display: none;
}
#content div.product p.price del {
display: none;
}