Adding this to the bottom of your stylesheet will set the styles for the reduced from price. That should cut the job down by half.
span.reducedfrom {
color: #ccc;
text-decoration: line-through;
}
Adding this to the bottom of your stylesheet will set the styles for the reduced from price. That should cut the job down by half.
span.reducedfrom {
color: #ccc;
text-decoration: line-through;
}