How can I change the CSS (or add a CSS style) of the price of a custom option. It now uses
<span class="price-notice">+<span class="price">€ 1,95</span></span>
So it will displayed with the same size, color etc as the normale price of the product. But I want the custom price to be smaller etc. , f.e.
<span class="price-notice">+<span class="price.custom">€ 1,95</span></span>
Where can I change the code of the custom option price?
Kind regards, Arjen