There is no setting in the backoffice to configure the color/font for the sale price. In most templates it would be done using a css style. For example in the Classy theme it has this code
- Code: Select all
<span class="pr_sale_price" style="font-size: 120%; font-weight: bold;">On Sale! $0.99</span></td>
So to change the look in your store you would want to make a copy of the ShopSite include file that contains the styles for your particular theme and change the style to what you would like it to be. (in the case of the Classy theme the file is called classy_pa_styles.css )